https://github.com/spiral-packages/ignition-bridge
A beautiful error page for Spiral Framework.
https://github.com/spiral-packages/ignition-bridge
composer-package error-handling php81 spiral-framework
Last synced: 8 months ago
JSON representation
A beautiful error page for Spiral Framework.
- Host: GitHub
- URL: https://github.com/spiral-packages/ignition-bridge
- Owner: spiral-packages
- License: mit
- Created: 2022-04-12T18:14:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T16:07:37.000Z (over 2 years ago)
- Last Synced: 2025-10-06T23:03:49.252Z (8 months ago)
- Topics: composer-package, error-handling, php81, spiral-framework
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ignition bridge
[](https://packagist.org/packages/spiral-packages/ignition-bridge)
[](https://packagist.org/packages/spiral-packages/ignition-bridge)
[](https://github.com/spiral-packages/ignition-bridge/actions)
[](https://github.com/spiral-packages/ignition-bridge/actions)
[](https://codecov.io/gh/spiral-packages/ignition-bridge)
[](https://packagist.org/packages/spiral-packages/ignition-bridge)
[](https://shepherd.dev/github/spiral-packages/ignition-bridge)
[](https://shepherd.dev/github/spiral-packages/ignition-bridge)
[Framework Bundle](https://github.com/spiral/framework)
## 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:
```bash
composer require spiral-packages/ignition-bridge
```
After package install you need to register bootloader from the package.
```php
protected const LOAD = [
// ...
\Spiral\Ignition\Bootloader\IgnitionBootloader::class,
];
```
> **Note**
> If you are using [`spiral-packages/discoverer`](https://github.com/spiral-packages/discoverer),
> you don't need to register bootloader by yourself.
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Aleksei Gagarin](https://github.com/spiral-packages)
- [All Contributors](../../contributors)
## License
MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maintained by [Spiral Scout](https://spiralscout.com).