PHPackages                             hypervel/components - 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/components

ActiveLibrary[Framework](/categories/framework)

hypervel/components
===================

The components for Hypervel framework.

v0.3.19(3mo ago)30716[2 PRs](https://github.com/hypervel/components/pulls)MITPHPPHP &gt;=8.2CI passing

Since Mar 5Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/hypervel/components)[ Packagist](https://packagist.org/packages/hypervel/components)[ Fund](https://ko-fi.com/hypervel)[ RSS](/packages/hypervel-components/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (63)Versions (61)Used By (0)

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

[![Build Status](https://github.com/hypervel/components/workflows/tests/badge.svg)](https://github.com/hypervel/components/actions)[![Total Downloads](https://camo.githubusercontent.com/b25c513326d54dcde3b02edd35634c4690c329d5b1c804f8cc089f7b9aa605c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f687970657276656c2f6672616d65776f726b)](https://packagist.org/packages/hypervel/components)[![Latest Stable Version](https://camo.githubusercontent.com/5c9e60600d807cc2420d9850193b4ef343c137f628cf86d9f60449c7cfc98c86/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f687970657276656c2f636f6d706f6e656e7473)](https://packagist.org/packages/hypervel/components)[![License](https://camo.githubusercontent.com/46997e546b8fb1e864739d9a35d64b3ae4db3a3826b6ad6b70323998ff5d1d3e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f687970657276656c2f636f6d706f6e656e7473)](https://packagist.org/packages/hypervel/components)[![Ask DeepWiki](https://camo.githubusercontent.com/0f5ae213ac378635adeb5d7f13cef055ad2f7d9a47b36de7b1c67dbe09f609ca/68747470733a2f2f6465657077696b692e636f6d2f62616467652e737667)](https://deepwiki.com/hypervel/components)

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

[](#introduction)

> Note: This repository contains the core code of the Hypervel framework. If you want to build an application using Hypervel, visit the [Hypervel repository](https://github.com/hypervel/hypervel).

**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

47

—

FairBetter than 94% of packages

Maintenance87

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69% 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 ~7 days

Recently: every ~23 days

Total

58

Last Release

43d ago

PHP version history (2 changes)v0.1.8PHP &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 (1720 commits)")[![binaryfire](https://avatars.githubusercontent.com/u/5361908?v=4)](https://github.com/binaryfire "binaryfire (283 commits)")[![storyn26383](https://avatars.githubusercontent.com/u/6954098?v=4)](https://github.com/storyn26383 "storyn26383 (185 commits)")[![chinfuyang](https://avatars.githubusercontent.com/u/23293947?v=4)](https://github.com/chinfuyang "chinfuyang (132 commits)")[![bluehaha](https://avatars.githubusercontent.com/u/8555299?v=4)](https://github.com/bluehaha "bluehaha (119 commits)")[![ahmed-abdelnaby-fahmy](https://avatars.githubusercontent.com/u/40221156?v=4)](https://github.com/ahmed-abdelnaby-fahmy "ahmed-abdelnaby-fahmy (22 commits)")[![anabeto93](https://avatars.githubusercontent.com/u/7607657?v=4)](https://github.com/anabeto93 "anabeto93 (8 commits)")[![MatusBoa](https://avatars.githubusercontent.com/u/8343385?v=4)](https://github.com/MatusBoa "MatusBoa (7 commits)")[![yeu1](https://avatars.githubusercontent.com/u/8542268?v=4)](https://github.com/yeu1 "yeu1 (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![foremtehan](https://avatars.githubusercontent.com/u/53290883?v=4)](https://github.com/foremtehan "foremtehan (3 commits)")[![kingIZZZY](https://avatars.githubusercontent.com/u/1576535?v=4)](https://github.com/kingIZZZY "kingIZZZY (3 commits)")[![max-kut](https://avatars.githubusercontent.com/u/12911259?v=4)](https://github.com/max-kut "max-kut (2 commits)")[![lili668668](https://avatars.githubusercontent.com/u/10649123?v=4)](https://github.com/lili668668 "lili668668 (1 commits)")[![aldesrahim](https://avatars.githubusercontent.com/u/37100012?v=4)](https://github.com/aldesrahim "aldesrahim (1 commits)")

---

Tags

coroutineframeworkhyperflaravelphpswoolephplaravelcomponentsswoolehyperfhypervel

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.7k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)

PHPackages © 2026

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