Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spiral-packages/yii-error-handler-bridge
The Yii Error Handler is a bridge package for Spiral Framework that provides integration with the Yii framework's error handlers.
https://github.com/spiral-packages/yii-error-handler-bridge
Last synced: about 2 months ago
JSON representation
The Yii Error Handler is a bridge package for Spiral Framework that provides integration with the Yii framework's error handlers.
- Host: GitHub
- URL: https://github.com/spiral-packages/yii-error-handler-bridge
- Owner: spiral-packages
- License: mit
- Created: 2022-12-08T11:53:06.000Z (about 2 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-09-11T11:16:01.000Z (4 months ago)
- Last Synced: 2024-09-15T06:57:41.011Z (4 months ago)
- Language: PHP
- Homepage: https://spiral.dev/docs/basics-errors#yii-error-renderer
- Size: 65.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii error handler bridge
[![PHP Version Require](https://poser.pugx.org/spiral-packages/yii-error-handler-bridge/require/php)](https://packagist.org/packages/spiral-packages/yii-error-handler-bridge)
[![Latest Stable Version](https://poser.pugx.org/spiral-packages/yii-error-handler-bridge/v/stable)](https://packagist.org/packages/spiral-packages/yii-error-handler-bridge)
[![phpunit](https://github.com/spiral-packages/yii-error-handler-bridge/actions/workflows/phpunit.yml/badge.svg)](https://github.com/spiral-packages/yii-error-handler-bridge/actions)
[![psalm](https://github.com/spiral-packages/yii-error-handler-bridge/actions/workflows/psalm.yml/badge.svg)](https://github.com/spiral-packages/yii-error-handler-bridge/actions)
[![Codecov](https://codecov.io/gh/spiral-packages/yii-error-handler-bridge/branch/master/graph/badge.svg)](https://codecov.io/gh/spiral-packages/yii-error-handler-bridge/)
[![Total Downloads](https://poser.pugx.org/spiral-packages/yii-error-handler-bridge/downloads)](https://packagist.org/spiral-packages/yii-error-handler-bridge/phpunit)## Requirements
Make sure that your server is configured with following PHP version and extensions:
- PHP 8.1+
- Spiral framework 3.0+## Documentation, Installation, and Usage Instructions
See the [documentation](https://spiral.dev/docs/basics-errors#yii-error-renderer) for detailed installation and usage instructions.
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.