Hypervel Framework

41 posts

Hypervel Framework banner
Hypervel Framework

Hypervel Framework

@hypervelphp

A Coroutine PHP Framework for Laravel Artisans.

เข้าร่วม Mart 2025
25 กำลังติดตาม72 ผู้ติดตาม
Hypervel Framework รีทวีตแล้ว
Raj Siva-Rajah
Raj Siva-Rajah@binaryfire·
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.
English
0
2
3
209
Hypervel Framework
Hypervel Framework@hypervelphp·
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
Raj Siva-Rajah@binaryfire

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🚀

English
0
0
6
458
Hypervel Framework รีทวีตแล้ว
Raj Siva-Rajah
Raj Siva-Rajah@binaryfire·
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.
English
0
2
7
340
Hypervel Framework รีทวีตแล้ว
Albert Chen
Albert Chen@albert_cht·
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.
English
1
1
3
186
Hypervel Framework
Hypervel Framework@hypervelphp·
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/compo…
English
0
2
10
1.2K
Hypervel Framework รีทวีตแล้ว
Raj Siva-Rajah
Raj Siva-Rajah@binaryfire·
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.
Raj Siva-Rajah tweet media
English
0
2
3
318
Hypervel Framework รีทวีตแล้ว
Raj Siva-Rajah
Raj Siva-Rajah@binaryfire·
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) 🤓
Raj Siva-Rajah tweet media
English
1
2
4
495
Hypervel Framework
Hypervel Framework@hypervelphp·
This means that I/O-bound tasks that previously required 100 workers in Laravel can now be accomplished with just 1 worker in Hypervel!
English
0
0
0
104
Hypervel Framework
Hypervel Framework@hypervelphp·
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
English
1
1
2
258
Hypervel Framework
Hypervel Framework@hypervelphp·
Hypervel natively supports `coroutine` and `defer` drivers in queues. Most importantly, your processes won't get blocked by time-consuming I/Os at all.
Taylor Otwell@taylorotwell

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…

English
0
3
8
1.5K
Hypervel Framework
Hypervel Framework@hypervelphp·
#form-request-validation" target="_blank" rel="nofollow noopener">hypervel.org/docs/validatio…
ZXX
0
0
0
89
Hypervel Framework
Hypervel Framework@hypervelphp·
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/compo…
Hypervel Framework tweet media
English
1
1
4
229
Hypervel Framework
Hypervel Framework@hypervelphp·
Starting from v0.3.0, Hypervel supports namespaced seeders and factories like Laravel, and v0.3.1 brings several bug fixes and improvements. Go check it out: github.com/hypervel/compo…
English
0
2
2
223
Hypervel Framework รีทวีตแล้ว
Albert Chen
Albert Chen@albert_cht·
When @laravelphp hits its limits, @hypervelphp steps in to handle the heavy lifting! ⚡
Raj Siva-Rajah@binaryfire

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.

English
0
1
7
477
Hypervel Framework รีทวีตแล้ว
Raj Siva-Rajah
Raj Siva-Rajah@binaryfire·
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/compo…
English
0
1
5
286
Sir Code
Sir Code@sircode01·
@hypervelphp So I need to speak Laravel to use your product?
English
1
0
0
17