kaledo / laravel-swoole
High performance HTTP server based on Swoole. Speed up your Laravel and Lumen applications.
dev-master
2025-05-07 20:40 UTC
Requires
- php: >=7.4|<=8.2
- ext-swoole: >=4
- illuminate/console: >=5.4
- illuminate/contracts: >=5.4
- illuminate/http: >=5.4
- illuminate/support: >=5.4
- laravel/framework: >=10.0
- predis/predis: ^1.1
Requires (Dev)
- codedungeon/phpunit-result-printer: ^0.31.0
- laravel/lumen-framework: >=5.4
- mockery/mockery: ^1.3
- php-coveralls/php-coveralls: >=2.1
- php-mock/php-mock: ^2.3
- phpunit/php-code-coverage: >=7.0
- phpunit/phpunit: >=8.5
- swoole/ide-helper: @dev
This package is auto-updated.
Last update: 2025-05-07 20:40:39 UTC
README
This package provides a high performance HTTP server to speed up your Laravel/Lumen application based on Swoole.
Version Compatibility
PHP | Laravel | Lumen | Swoole |
---|---|---|---|
>=7.2 | >=5.5 | >=5.5 | >=4.3.1 |
Features
- Run Laravel/Lumen application on top of Swoole.
- Outstanding performance boosting up to 5x faster.
- Sandbox mode to isolate app container.
- Support running websocket server in Laravel.
- Support
Socket.io
protocol. - Support Swoole table for cross-process data sharing.
Documentation
Please see Wiki
Q&A
The common questions are collected in Q&A. You can go check if your question is listed in the document.
Issues and Support
Please read Issues Guideline before you submit an issue, thanks.
Bugs and feature request are tracked on GitHub.
License
The Laravel-Swoole package is open-sourced software licensed under the MIT license.