Download the PHP package imefisto/swoole-psr-kit without Composer
On this page you can find all versions of the php package imefisto/swoole-psr-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imefisto/swoole-psr-kit
More information about imefisto/swoole-psr-kit
Files in imefisto/swoole-psr-kit
Package swoole-psr-kit
Short Description A PSR-compliant toolkit for building Swoole HTTP/WebSocket servers with dependency management
License MIT
Informations about the package swoole-psr-kit
Swoole PSR Kit
A PSR-compliant toolkit for building high-performance HTTP and WebSocket servers using Swoole with dependency management.
Features
- PSR-7 HTTP message interfaces
- PSR-15 middleware support
- PSR-11 container integration
- Named routes support via League Router
- WebSocket support
- Clean architecture structure
Installation
Install the package via Composer and require the PSR-7 implementation of your choice:
Basic Usage
Lets setup a basic example using our provided Example controller.
Create a config.php
file with your server configuration:
Create a dependencies.php
file with your container definitions:
Create a routes.php
file with your routes:
Create a server.php
file with your server implementation:
Documentation
For detailed documentation, please see the /docs directory.
Contributing
Contributions are welcome! Please see CONTRIBUTING.md for details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
All versions of swoole-psr-kit with dependencies
imefisto/psr-swoole-native Version ^2
league/route Version ^6
php-di/php-di Version ^7.0
psr/container Version ^2.0
psr/http-message Version ^1.0
psr/http-server-middleware Version ^1.0