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.
composer test
Please see CONTRIBUTING for details.
MIT License (MIT). Please see LICENSE
for more information. Maintained by Spiral Scout.