spiral-packages/ignition-bridge

Ignition bridge

Package info

github.com/spiral-packages/ignition-bridge

pkg:composer/spiral-packages/ignition-bridge

Statistics

Installs: 4 203

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 3

1.0.1 2022-09-20 08:56 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 2ab8d1cbc87ef6c26ccf2e13e0013f803b56b467

  • Aleksei Gagarin <roxblnfk.woop@ya.ru>

spiralignitionspiral-packages


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.