A small tool called "Catraca" (Portuguese for "turnstile" / "ratchet"), to orchestrate and integrate with your CI (Github, Gitlab, Forgejo, GrumPHP, ...), and you or your AI can use to fix problems and keep your code optimized.
Simple commands. Zero noise. Just enough structure to keep momentum. Optimized for AI agents.
If you’re into minimalistic dev tools or love hacking your productivity, check it out:
github.com/b7s/catraca
Would love feedback, ideas, or even feature requests.
#php #quality #code #laravel #performance
After building dozens of Laravel queue job classes by hand, I finally drew the line and I created "Queue Flow", which lets you just call it "qflow()", chain options, dispatch when ready. Now, is just pure focus on work. 🤘😌
Take a look: github.com/b7s/laravel-queue-flow
Inpired by Pokio (from Nuno), I’ve been building: Parallite-PHP. A open-source library that brings true parallelism to PHP, with a simple and expressive API. 😁
Just use: async() and await()
Under the hood, Parallite is orchestrated by Parallite Go (write in Go), a open-source application that handles task execution with blazing speed. No extensions, no hacks, just clean PHP code that runs in parallel.
- Check PHP component: github.com/b7s/parallite-php
- Check Go daemon: github.com/b7s/parallite
Star it if you like it ⭐
In the images, we have a project using FilamentPHP, with + 20 thousand orders, simulating several heavy calculations
⚠️ Be careful when using, test before using in production
Simple example:
Filament: