imefisto / psr-swoole
Library to convert Swoole requests to PSR requests and PSR responses to Swoole responses
v1.0.0
2019-08-20 00:18 UTC
Requires
- php: ^7.0
- dflydev/fig-cookies: ^2.0
- psr/http-message: ^1.0
Requires (Dev)
- guzzlehttp/psr7: ^1.6
- nyholm/psr7: ^1.1
- phpunit/phpunit: ^8.3
- slim/psr7: ^0.4.0
- slim/slim: ^4.0
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2025-03-14 02:47:11 UTC
README
Library to convert Swoole requests to PSR requests and PSR responses to Swoole responses
Overview
This library is based on Slim Swoole.
I've developed other library to accomplish the same objetive with a different approach: PSR Swoole native