/sapi-bridge

Spiral Framework SAPI bridge

Primary LanguagePHPMIT LicenseMIT

Spiral Framework SAPI bridge

PHP Version Require Latest Stable Version phpunit psalm Codecov Total Downloads type-coverage psalm-level

Framework Bundle

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.