
Hypervel Framework
41 posts

Hypervel Framework
@hypervelphp
A Coroutine PHP Framework for Laravel Artisans.


After months of work & 350K lines of changes, @hypervelphp has been decoupled from Hyperf🎉 It's now a standalone framework with new highly optimised http, routing, database, redis, caching & queue packages. v0.4 is going to be🔥 Laravel API + coroutine-powered full async🚀








Rozeta AI is coming for beta soon! 🎉 An AI real-time translation service for everyday life and conferences, enabling seamless cross-language communication. Join the waitlist for launch updates! rozeta.app #Rozeta #AI #translation


Deferred queue? Pretty cool idea pitched to me by @Sairahcaz2k so whipped it up this morning. Very similar to the "sync" queue, but deferred. ⏳ Potentially useful in failover queue setups where you want to fallback to the deferred queue when your main queue is down. The deferred queue will execute the job after the response has been sent to the user, but still within the incoming request's PHP process. github.com/laravel/framew…







Today I deployed a @hypervelphp app to replace a @laravelphp endpoint that was struggling under load. It’s a log ingestion endpoint that writes to Redis & gets 2-3k req/s. Went from 8 large Octane instances to 2 small Hypervel ones (that still have loads of headroom) 🤯 The Laravel app now just handles UI / the management API and the Hypervel app does the heavy lifting. Both connect to the same DB and Redis instances.


