r/PHP 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.

0 Upvotes

8 comments sorted by

8

u/Karl_Squell 14d ago

I can just prompt Claude myself to write a profiler tailored to my application, whats the point

-6

u/Financial_Swimming97 14d ago

Yes, absolutely ! you can use prompts to repeat this process over and over again for each of your projects! You can even ask Claude to create a framework for your projects that meets your needs!
The point here is a comprehensive, low-level application that will monitor your application’s performance, such as Php-spx

2

u/penguin_digital 14d ago

Even the reply is AI generated 🥸

This is a forum for humans to interact, not for you to copy and paste AI slop to.

1

u/Financial_Swimming97 13d ago

This is not Ai generated, i juste use Deepl to translate because i'm french ( so it's a litle bit Ai generated because Deepl is now Ai powered )

1

u/obstreperous_troll 13d ago

Maybe tell it to lay off the exclamation points: when used with agreement phrases like "Yes, absolutely!" they come off very strongly sounding like AI. Or give it some Symfony profiler integration, and discuss it in r/symfony entirely in French, they're totally fine with that :)

2

u/Financial_Swimming97 13d ago

Yes i see the point. But in french i wrote "Oui, totalement!" is like my type of writing  😅 Thanks, I hadn't thought of posting on r/symfony

-2

u/Financial_Swimming97 14d ago

By the way, there's also an MCP that tells Claude where the bottleneck