Download the PHP package codex-team/hawk.symfony without Composer
On this page you can find all versions of the php package codex-team/hawk.symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package hawk.symfony
Hawk Symfony
Symfony errors Catcher for Hawk.so.
Setup
-
Register an account, create a Project and get an Integration Token.
- Install SDK via composer to install the Catcher
Catcher provides support for PHP 7.2 or later
Configuration
Add the following authorization information to your .env
file:
Create a configuration file at config/packages/hawk.yaml
with the following content:
In the config/packages/monolog.yaml
file, specify the handler settings under the appropriate section (dev
or prod
):
Adding User Information to Error Reports:
Sending Exceptions Manually:
To manually send exceptions, initialize __construct(\HawkBundle\Catcher $catcher)
class via dependency injection (DI), and use the following method:
Sending Custom Messages:
You can also send custom messages using the ->sendMessage(...)
method:
Example: Sending Manually
Issues and improvements
Feel free to ask questions or improve the project.
Links
Repository: https://github.com/codex-team/hawk.symfony
Report a bug: https://github.com/codex-team/hawk.symfony/issues
Composer Package: https://packagist.org/packages/codex-team/hawk.symfony
CodeX Team: https://codex.so
License
MIT
All versions of hawk.symfony with dependencies
monolog/monolog Version ^2.2 || ^3.0
guzzlehttp/guzzle Version ^6.0 || ^7.0
codex-team/hawk.php Version ^2.2.4
jean85/pretty-package-versions Version ^1.5 || ^2.0
symfony/config Version ^4.4.20||^5.0.11||^6.0||^7.0
symfony/dependency-injection Version ^4.4.20||^5.0.11||^6.0||^7.0
symfony/http-kernel Version ^4.4.20||^5.0.11||^6.0||^7.0
php-http/discovery Version ^1.15
symfony/psr-http-message-bridge Version ^1.2||^2.0||^6.4||^7.0