atlas news
    
Reddit : PHP
15  décembre     07h00
Weekly help thread
   Hey there This subreddit isn't meant for help threads, though there's one exception to the rule: in this thread you can ask anything you want PHP related, someone will probably be able to help you out submitted by u brendt gd [link] [comments]
19  novembre     09h00
Who’s hiring looking
   This is a bi-monthly thread aimed to connect PHP companies and developers who are hiring or looking for a job. Rules No recruiters Don't share any personal info like email addresses or phone numbers in this thread. Contact each other via DM to get in touch If you're hiring: don't just...
15  décembre     11h42
Curious: How does your team test feature branches before merging to dev staging?
   I'm working on a Laravel project with a separate React frontend and we've been struggling with how to let the team (and clients) test features before they hit staging. Right now we either deploy to a shared staging server (messy, conflicts) or run everything locally to demo (painful for non...
    10h31
Static And Not Static Method At The Same Time
   Can a #PHP class have two methods with the same name? Not with signature overloading, a classic feature, right? But rather one method static and the other one non-static? submitted by u exakat [link] [comments]
16  décembre     06h18
Career Changer Strategy: Focusing on Backend Logic using AI for UI Design. Is this a future-proof path for freelancing?
   Hi everyone, I am currently a career changer ("Umschüler" in Germany) doing my internship at an E-Commerce agency. I'm building my roadmap for a future mix of part-time employment and freelancing. I realized I love the logical side of things (Databases, Backend, Docker, JS...
    06h16
Honest opinion about devpdf
   Let me know what you think submitted by u Imagenewpic [link] [comments]
15  décembre     18h36
I built a Laravel installer because shared hosting setup is still painfu
   32; submitted by u Codeconia [link] [comments]
    02h55
Laravel Workflows as MCP Tools for AI Clients
   32; submitted by u LordOfWarOG [link] [comments]
14  décembre     10h44
Type-safe data flow: Laravel to React with Inertia 2.0
   32; submitted by u Rude-Professor1538 [link] [comments]
12  décembre     12h49
Building a Production-Ready Webhook System for Laravel
   A deep dive into security, reliability, and extensibility decisions When I started building FilaForms, a customer-facing form builder for Filament PHP, webhooks seemed straightforward. User submits form, I POST JSON to a URL. Done. Then I started thinking about edge cases. What if the endpoint is...
    10h09
The new clamp() function in PHP 8.6
   32; submitted by u amitmerchant [link] [comments]
    11h29
Made a tool to show actually used PHP feature in the project
   32; submitted by u Tomas Votruba [link] [comments]
    16h34
Bumping Slim framework from 2 to 3
   In case you are stuck at slim 2 and want to move to slim 3, maybe it could be helpful for you. I just wrote an article how you could do to move to slim 3, you can check out here I hope it could help you with some ideas how to move forward. submitted by u eerison [link] [comments]
11  décembre     04h13
WTF is going on with comments?
   There is a post, Processing One billion rows and it says it has 13 comments. When I opened it 10 hours ago, it said there is 1 comment, but I was unable to see it I left my own comment which I can see when logged in but unable in incognito mode. now it says there is 13 comments, but all I can see...
    21h36
AI: Coding models benchmarks on PHP?
   Hi, Most coding benchmarks such as the SWE line heavily test coding models on Python. Are there any benchmarks that evaluate PHP coding capabilities? Vanialia PHP and through frameworks. Many thanks submitted by u Leather-Cod2129 [link] [comments]
10  décembre     15h19
Processing One Billion Rows in PHP Florian Engelhardt
   32; submitted by u DvD cD [link] [comments]
    18h47
Built-in Laravel Support: A New Era for PhpStorm Developers
   32; submitted by u mbadolato [link] [comments]
    15h38
Coverage Guard: new CI tool to target critical methods for mandatory test coverage
   Enforces code coverage based on your own rules (e.g. Controllers must have a test) Can be enabled for new code only (similar to PHPStan baseline) Can manipulate coverage XML files (merge convert), so it works even with tests in parallel CI jobs submitted by u janedbal [link] ...
    06h52
Jetbrains IDE Index MCP Server - Give Claude access to IntelliJ’s semantic index and refactoring tools - Now supports PHP and PhpStorm
   Hi I built a plugin that exposes JetBrains IDE code intelligence through MCP, letting AI assistants like Claude Code tap into the same semantic understanding your IDE already has. Now supports PHP and PhpStorm as well. Before vs. After Before: Rename getUserData() to fetchUserProfile() ’ Updates 15...
11  décembre     11h08
JsonStream PHP: JSON Streaming Library
   JsonStream PHP: JSON Streaming Library I built JsonStream PHP - a high-performance JSON streaming library using Claude Code AI to solve the critical problem of processing massive JSON files in PHP. The Problem Traditional json decode() fails on large files because it loads everything into memory....
09  décembre     22h58
Scaling Custom Fields to 100K Entities: EAV Pattern Optimizations in PHP 8.4 Laravel 12
   I've been working on an open-source CRM (Relaticle) for the past year, and one of the most challenging problems was making custom fields performant at scale. Figured I'd share what worked and more importantly, what didn't. The Problem Users needed to add arbitrary fields to any entity ...
10  décembre     07h34
Stay with Propel2 fork perplorm perpl or migrate to Doctrine?
   I saw this in a comment from someone on the Yii ActiveRecord release announcement. It is a young fork but looks really good for those of us working on older projects. What other strategies have you guys explored for migrating away from Propel? Also if Perpl seems to work well I don't see why I...
    16h48
How do you develop your logic when starting diagrams UML use cases class diagrams?
   32; submitted by u Straight-Hunt-7498 [link] [comments]
09  décembre     06h16
Djot PHP: A modern markup parser for PHP 8.2 (upgrade from markdown)
   I've released a PHP implementation of Djot, a lightweight markup language created by John MacFarlane (also the author of Pandoc and CommonMark). Why Djot? If you've ever wrestled with Markdown edge cases - nested emphasis acting weird, inconsistent behavior across parsers - Djot was...
    07h43
Yii Active Record 1.0
   We are pleased to present the first stable release of Yii Active Record an implementation of the Active Record pattern for PHP. The package is built on top of Yii DB, which means it comes with out-of-the-box support for major relational databases: PostgreSQL, MySQL, MSSQL, Oracle, SQLite. Flexible...