spiral-packages / ignition-bridge
Ignition bridge
Installs: 2 811
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 3
Requires
- php: ^8.1
- spatie/ignition: ^1.2
- spiral/boot: ^3.0
- spiral/exceptions: ^3.0
Requires (Dev)
- mockery/mockery: ^1.5
- phpunit/phpunit: ^9.5.24
- spiral/nyholm-bridge: ^1.2
- vimeo/psalm: ^4.9
This package is auto-updated.
Last update: 2024-10-22 06:07:49 UTC
README
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.