spiral / sapi-bridge
Spiral Framework SAPI bridge
Fund package maintenance!
spiral
Installs: 12 263
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 1
Open Issues: 0
Requires
- php: ^8.1
- nyholm/psr7-server: ^1.0
- psr/http-factory-implementation: ^1.0
- spiral/boot: ^3.14
- spiral/core: ^3.14
- spiral/exceptions: ^3.14
- spiral/http: ^3.14
Requires (Dev)
- phpunit/phpunit: ^9.5.20
- spiral/dumper: ^3.3
- spiral/framework: ^3.14.1
- spiral/nyholm-bridge: ^1.2
- spiral/router: ^3.14
- spiral/testing: ^2.7
- vimeo/psalm: ^5.25
This package is auto-updated.
Last update: 2024-11-04 11:38:22 UTC
README
Installation
You can install the package via composer:
composer require spiral/sapi-bridge
After package install you need to register bootloader from the package.
protected const LOAD = [ // ... \Spiral\Sapi\Bootloader\SapiBootloader::class, ];
Note If you are using
spiral-packages/discoverer
, you don't need to register bootloader by yourself.
Testing
composer test
Contributing
Please see CONTRIBUTING for details.
License
MIT License (MIT). Please see LICENSE
for more information. Maintained by Spiral Scout.