spiral-packages/ignition-bridge

1.0.1 2022-09-20 08:56 UTC

README

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

Framework Bundle

Requirements

Make sure that your server is configured with following PHP version and extensions:

  • PHP 8.1+
  • Spiral framework ^3.0

Installation

You can install the package via composer:

composer require spiral-packages/ignition-bridge

After package install you need to register bootloader from the package.

protected const LOAD = [
    // ...
    \Spiral\Ignition\Bootloader\IgnitionBootloader::class,
];

Note If you are using spiral-packages/discoverer, you don't need to register bootloader by yourself.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

MIT License (MIT). Please see LICENSE for more information. Maintained by Spiral Scout.