PHPackages                             alphavel/alphavel - 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. alphavel/alphavel

ActiveLibrary[Framework](/categories/framework)

alphavel/alphavel
=================

Core components of Alphavel Framework - Ultra-fast PHP framework powered by Swoole

v1.0.0(5mo ago)21999MITPHPPHP &gt;=8.4CI failing

Since Nov 26Pushed 5mo agoCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (9)

Alphavel Framework
==================

[](#alphavel-framework)

> Ultra-fast modular PHP framework powered by Swoole

[![PHP Version](https://camo.githubusercontent.com/9c2f8ad80d34105266a94c4c06234f8ed18c968d3595039c2d9a7becd1e71c8b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344382e342d626c75652e737667)](https://php.net)[![PSR Compliant](https://camo.githubusercontent.com/7f7a161cbc5ed67376df472c9d4ada0526a597d6831ed237b912a68d4e540f9a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5053522d312532433325324334253243313125324331322d677265656e2e737667)](https://www.php-fig.org/psr/)[![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](LICENSE)

---

✨ Features
----------

[](#-features)

- ⚡ **520k+ req/s** - Swoole-powered performance
- 🏗️ **Modular** - Install only what you need
- 📦 **PSR Compliant** - PSR-1, 3, 4, 11, 12 implemented
- 🎨 **Laravel-style** - Familiar facades, collections, helpers
- 🔄 **Auto-discovery** - Zero-config service providers
- 💉 **DI Container** - Powerful dependency injection
- 🚀 **Modern PHP** - Requires PHP 8.4+

📦 Installation
--------------

[](#-installation)

### Create New Project

[](#create-new-project)

```
composer create-project alphavel/skeleton my-app
cd my-app
php public/index.php
```

### Add to Existing Project

[](#add-to-existing-project)

```
composer require alphavel/alphavel
```

🚀 Quick Start
-------------

[](#-quick-start)

```
