A Coroutine PHP Framework for Laravel Artisans.

Joined March 2025
3 Photos and videos
Hypervel Framework retweeted
In @hypervelphp 0.4, we cache the list of every event's listeners per worker. This makes hasListeners() an in-memory O(1) cache hit. We guard most events with hasListeners(), meaning they only fire if they're actually being used. Makes a significant difference at scale.
2
2
332
Hypervel Framework retweeted
We'll be shipping a websocket-server package with @hypervelphp 0.4. It's a low level, high performance Swoole coroutine ws server that advanced devs can build anything on top of (like game servers). It'll also be the foundation for our Pusher-compatible Reverb package.
2
5
341
Hypervel Framework retweeted
Just finished migrating @hypervelphp’s massive test suite to PHPUnit 13 🎉 Bunping the min requirement to PHP 8.4 lets us bump all deps to the latest versions too.
2
3
380
Hypervel v0.4 is coming! We have fully decoupled from Hyperf and massively refactored the framework to achieve near 1:1 Laravel API parity. Experience massive performance gains through coroutines with the framework Laravel artisans already know!🚀 #laravel #coroutine #hypervel
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🚀
7
575
Hypervel Framework retweeted
Brand new routing & HTTP layer coming in @hypervelphp v0.4. FastRoute is being replaced with @symfony routing. Symfony's CompiledUrlMatcher aggressive Swoole worker caching = lightning fast routing. Caches are pre-warmed on worker start too.
2
8
414
Hypervel Framework retweeted
As Generative AI grows, Laravel is embracing the AI ecosystem, which is a great step forward. But with slow LLM APIs, even a moderate number of requests requires throwing more hardware at it. This is exactly where the true power of Async I/O shines.
1
1
3
252
We've enhanced Eloquent support with new Attribute features: 🔹 ObservedBy, Scope, UseFactory, Boot, & UseEloquentBuilder, etc. 📦 Plus: The Hypervel Scout package is officially released! 🔍 Check it out on GitHub! github.com/hypervel/componen…
2
10
1,239
Hypervel Framework retweeted
Hypervel’s codebase is now at @phpstan lvl 5 🎉 Most of the work was modernising code ported from Laravel. There’s a surprising amount of dead code in Laravel’s codebase. No functional difference, but lvl 5 means more bugs get caught in CI. Makes things easier for a small team.
2
3
345
Hypervel Framework retweeted
Just finished a total rewrite of @hypervelphp's Redis cache driver: - Modular operation-based architecture - Lua scripts & pipelined operations - Full cluster support - Big performance improvements - No memory leaks - Adds a new 'any' tag mode (tag by many, flush by any) 🤓
1
2
4
511
Rozeta AI is a real-time translation service built with Hypervel! If you need real-time translation service for meetings, conferences or traveling, join the waitlist for future updates!
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
1
176
Hypervel now supports the Horizon package as well! In addition to seamlessly communicating bidirectionally with Laravel Queue in a fully compatible manner. What's more, it also natively features Coroutine-based concurrency scheduling! hypervel.org/docs/horizon
1
1
2
271
This means that I/O-bound tasks that previously required 100 workers in Laravel can now be accomplished with just 1 worker in Hypervel!
109
Hypervel natively supports `coroutine` and `defer` drivers in queues. Most importantly, your processes won't get blocked by time-consuming I/Os at all.
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/framework…
3
8
1,557
Starting from Hypervel v0.3.6, Form Request has built-in support for the cast feature, allowing you to automatically cast request inputs just like you would in an Eloquent Model. Go check it out: github.com/hypervel/componen…
1
1
4
239
Hypervel v0.3.1 provides a powerful and elegant way to create immutable, type-safe data transfer objects in your application!⚡️ hypervel.org/docs/data-objec…
1
4
294
Hypervel Framework retweeted
When @laravelphp hits its limits, @hypervelphp steps in to handle the heavy lifting! ⚡
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.
1
7
484
Hypervel Framework retweeted
My biggest open source PR to date! It brings Laravel Sanctum’s SPA & token auth to @hypervelphp, plus adds improvements like token caching. If you’re looking for Laravel’s DX the huge concurrency increase of a coroutine framework, try Hypervel. It’s 🔥github.com/hypervel/componen…
1
5
290