- Notifications
You must be signed in to change notification settings - Fork1
The Yii Error Handler is a bridge package for Spiral Framework that provides integration with the Yii framework's error handlers.
License
spiral-packages/yii-error-handler-bridge
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Make sure that your server is configured with following PHP version and extensions:
- PHP 8.1+
- Spiral framework 3.0+
See thedocumentation for detailed installation and usage instructions.
This package includes an acceptance test sandbox that demonstrates how the different error renderers work with various verbosity levels. The sandbox provides a simple web interface to visualize errors rendered in HTML, JSON, XML, and Plain Text formats.
You can run the sandbox using Composer:
composer sandbox
Or manually start the PHP built-in web server from the project root:
php -S localhost:8000 tests/Acceptance/server.php
Then open your browser and navigate tohttp://localhost:8000
The interface allows you to select different renderer types (HTML, JSON, Plain Text, XML) and verbosity levels (Basic, Verbose, Debug) to see how exceptions are presented in each format.
This sandbox is useful for testing and understanding how the error renderers work in different scenarios without needing to integrate them into a full application.
The MIT License (MIT). Please seeLicense File for more information.
About
The Yii Error Handler is a bridge package for Spiral Framework that provides integration with the Yii framework's error handlers.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.