A coroutine-powered PHP framework that speaks Laravel. Same elegant syntax, same familiar patterns — now with non-blocking I/O that handles real concurrency.
Hypervel ports Laravel's core infrastructure and components. Same APIs, same patterns — your muscle memory just works.
Built-in auth middleware, guards, and providers. Sanctum-ready for API token authentication.
The ORM you already know, running inside coroutines. Relationships, scopes, accessors — all intact.
Schema builder, blueprints, and seeders. Version-controlled database changes with zero friction.
90+ validation rules, form requests, and Precognition support for live frontend validation.
Email, Slack, SMS, database notifications. Beautiful styled templates with Mailable classes.
Redis, SQS, database drivers. Dispatch, retry, throttle — background processing that scales.
Cron-like scheduler with overlap prevention and multi-server support via Artisan.
Laravel Echo, WebSocket broadcasting, event listeners with queue offloading.
Feature tests, HTTP tests, database testing with RefreshDatabase. PHPUnit integration out of the box.
Laravel Octane keeps the framework in memory, but workers still block on I/O. Hypervel breaks that barrier with native coroutines.
Database queries, HTTP calls, file reads — all run concurrently without blocking your workers.
Unlike ReactPHP or AMPHP, you don't rewrite clients. Swoole's runtime hooks transform blocking code automatically.
Built on Hyperf's battle-tested components. Compatible with the same community packages and resources.
Even under load, response times stay flat. Coroutines prevent I/O wait from stacking up.
Simple API test on Apple M1 Pro, 8 cores, 16GB RAM. Same hardware, same PHP — dramatically different results.
Drop in your existing routes, controllers, and models. Hypervel understands the patterns you already use.
Perfect for I/O-bound applications where traditional PHP hits a wall.
Route, authenticate, and proxy thousands of concurrent API calls without worker starvation.
Handle slow LLM responses without blocking. Coroutines keep workers free while waiting for external APIs.
WebSocket servers, live notifications, chat systems — persistent connections with minimal resource usage.
Analytics, monitoring, and reporting endpoints that handle spikes without degrading.
Compatible with the Hyperf ecosystem. Community packages, tools, and libraries that extend your Laravel knowledge.
Queue monitoring and configuration for Redis queues. Visual dashboards and real-time metrics.
Lightweight API token authentication. SPA and mobile app auth with personal access tokens.
OAuth authentication with Google, GitHub, Twitter, and 20+ providers. One-line integration.
Role-based access control. Assign roles and permissions to users with an expressive API.
Debug assistant for Laravel. Requests, exceptions, database queries, logs — all in one place.
Zero-config minimal skeleton. Build a Hypervel app in a single PHP file for quick prototypes.
If you know Laravel, you already know Hypervel. Install it, deploy it, and feel the difference coroutines make.