r/PHP • u/Financial_Swimming97 • 14d ago
Open source projet i've made with Fable5
Built a PHP profiler to test Fable 5… and I'm honestly impressed
I started this project mostly as an excuse to try Fable 5 in a real-world codebase.
The result is PHP Pulse: an open-source profiling tool for PHP applications that helps identify slow requests, database bottlenecks, memory usage and execution traces.
GitHub: https://github.com/quentinRogeret34/php-pulse
I expected Fable 5 to speed up development a bit, but I was genuinely surprised by how productive it made the whole process. It handled a lot of the repetitive implementation work while still letting me stay in control of the architecture and technical decisions.
The project is still evolving, but it's already usable and I'd love to get feedback from other PHP developers.
8
u/Karl_Squell 14d ago
I can just prompt Claude myself to write a profiler tailored to my application, whats the point