PHPackages                             hypervel/hypervel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. hypervel/hypervel

ActiveProject[Framework](/categories/framework)

hypervel/hypervel
=================

A Laravel-style PHP framework with native coroutine support for ultra-high performance.

v0.3.23(7mo ago)6041.8k↓57.1%27[1 PRs](https://github.com/hypervel/hypervel/pulls)MITPHPPHP &gt;=8.2CI failing

Since Mar 20Pushed 3w ago9 watchersCompare

[ Source](https://github.com/hypervel/hypervel)[ Packagist](https://packagist.org/packages/hypervel/hypervel)[ Fund](https://ko-fi.com/hypervel)[ RSS](/packages/hypervel-hypervel/feed)WikiDiscussions 0.4 Synced yesterday

READMEChangelog (10)Dependencies (39)Versions (38)Used By (0)

[![](https://camo.githubusercontent.com/b9e4334f6ef09f101f944540e884f2e4b89e33f7220d58a93fb2e66f7ffdbb0f/68747470733a2f2f687970657276656c2e6f72672f6c6f676f2e706e67)](https://hypervel.org)

[![Build Status](https://github.com/hypervel/hypervel/workflows/tests/badge.svg)](https://github.com/hypervel/hypervel/actions)[![Total Downloads](https://camo.githubusercontent.com/b25c513326d54dcde3b02edd35634c4690c329d5b1c804f8cc089f7b9aa605c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f687970657276656c2f6672616d65776f726b)](https://packagist.org/packages/hypervel/framework)[![Latest Stable Version](https://camo.githubusercontent.com/7187c21318d58d783517b845639706f7d8ada7db0fda2bc59bd31ddff891d506/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f687970657276656c2f687970657276656c)](https://packagist.org/packages/hypervel/hypervel)[![License](https://camo.githubusercontent.com/946ef9cc247be98cc8db1f6eee32bd42851b8e9950cb7b27f70564027c57b3cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f687970657276656c2f687970657276656c)](https://packagist.org/packages/hypervel/hypervel)

Warning

This branch contains the ongoing, unreleased work for the Hypervel 0.4 rewrite.

Hypervel 0.4 is not ready for use yet. APIs, behavior, configuration, and package internals may change unexpectedly while the rewrite is still in progress.

Please do not use this branch for projects until a beta release is tagged. If you are experimenting or testing the rewrite, bug reports and feedback are very welcome.

Introduction
------------

[](#introduction)

**Hypervel** is a Laravel-style PHP framework with native coroutine support for ultra-high performance.

Hypervel ports many core components from Laravel while maintaining familiar usage patterns, making it instantly accessible to Laravel developers. The framework combines the elegant and expressive development experience of Laravel with the powerful performance benefits of coroutine-based programming. If you're a Laravel developer, you'll feel right at home with this framework, requiring minimal learning curve.

This is an ideal choice for building microservices, API gateways, and high-concurrency applications where traditional PHP frameworks often encounter performance constraints.

Why Hypervel?
-------------

[](#why-hypervel)

While Laravel Octane impressively enhances your Laravel application's performance, it's crucial to understand the nature of modern web applications. In most cases, the majority of latency stems from I/O operations, such as file operations, database queries, and API requests.

However, Laravel doesn't support coroutines - the entire framework is designed for a blocking I/O environment. Applications heavily dependent on I/O operations will still face performance bottlenecks. Consider this scenario:

Imagine building an AI-powered chatbot where each conversation API takes 3-5 seconds to respond. With 10 workers in Laravel Octane receiving 10 concurrent requests, all workers would be blocked until these requests complete.

> You can see [benchmark comparison](https://hypervel.org/docs/introduction.html#benchmark) between Laravel Octane and Hypervel

Even with Laravel Octane's improvements, your application's concurrent request handling capacity remains constrained by I/O operation duration. Hypervel addresses this limitation through coroutines, enabling efficient handling of concurrent I/O operations without blocking workers. This approach significantly enhances performance and concurrency for I/O-intensive applications.

> See [this issue](https://github.com/laravel/octane/issues/765) for more discussions.

Documentation
-------------

[](#documentation)

Hypervel provides comprehensive and user-friendly documentation that allows you to quickly get started. From this documentation, you can learn how to use various components in Hypervel and understand the differences between this framework and Laravel.

> Most of the content in this documentation is referenced from the official Laravel documentation. We appreciate the Laravel community's contributions.

License
-------

[](#license)

The Hypervel framework is open-sourced software licensed under the [MIT](https://opensource.org/licenses/MIT) license.

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance82

Actively maintained with recent releases

Popularity40

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~13 days

Recently: every ~52 days

Total

37

Last Release

6d ago

PHP version history (2 changes)v0.1.0PHP &gt;=8.2

0.4.x-devPHP &gt;=8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8b4d1f7bf254a37c8fa948495bb20006283adcad2de40d50ac14c0d379ab920?d=identicon)[albertcht](/maintainers/albertcht)

---

Top Contributors

[![albertcht](https://avatars.githubusercontent.com/u/9117929?v=4)](https://github.com/albertcht "albertcht (319 commits)")[![binaryfire](https://avatars.githubusercontent.com/u/5361908?v=4)](https://github.com/binaryfire "binaryfire (74 commits)")[![storyn26383](https://avatars.githubusercontent.com/u/6954098?v=4)](https://github.com/storyn26383 "storyn26383 (2 commits)")[![bertbijnens](https://avatars.githubusercontent.com/u/13184381?v=4)](https://github.com/bertbijnens "bertbijnens (1 commits)")[![ahmed-abdelnaby-fahmy](https://avatars.githubusercontent.com/u/40221156?v=4)](https://github.com/ahmed-abdelnaby-fahmy "ahmed-abdelnaby-fahmy (1 commits)")[![bluehaha](https://avatars.githubusercontent.com/u/8555299?v=4)](https://github.com/bluehaha "bluehaha (1 commits)")[![harryqt](https://avatars.githubusercontent.com/u/18257605?v=4)](https://github.com/harryqt "harryqt (1 commits)")

---

Tags

coroutineframeworkhyperflaravelphpswoolephpframeworklaravelswoolehyperfMicroservicehypervel

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/hypervel-hypervel/health.svg)

```
[![Health](https://phpackages.com/badges/hypervel-hypervel/health.svg)](https://phpackages.com/packages/hypervel-hypervel)
```

###  Alternatives

[hyperf/hyperf-skeleton

A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.

313190.9k](/packages/hyperf-hyperf-skeleton)[hypervel/framework

The Hypervel framework.

1117.8k9](/packages/hypervel-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
