Download the PHP package mamitech/tikus without Composer
On this page you can find all versions of the php package mamitech/tikus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tikus
mamitech/tikus
Add Tikus to report your errors to remote error reporting systems such as Bugsnag and Sentry.
This library supports PHP 7.4+.
Installation
Merge this into your composer.json
Run the command below:
Register tikus
service provider in providers array in config/app.php
before your AppServiceProvider::class
:
Register an alias in config/app.php
:
Put this code in report
method of app/Exceptions/Handler.php
To use the configured Bugsnag client, import an alias each time:
Basic configuration
Configure your Bugsnag or Sentry keys in your .env
file:
Methods
reportException(Throwable $throwable, Array $metadata = [])
- throwable: Any Throwable, Any Exception
- metadata: metadata in array
Usage
reportError($name, $message, Array $metadata = [])
- name: error type
- message: error message
- metadata: metadata in array
Usage
All versions of tikus with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.4.0|^8
bugsnag/bugsnag Version ^3.0
bugsnag/bugsnag-laravel Version ^2.0
illuminate/support Version ^6|^7|^8|^9|^10|^11
laravel/framework Version ^6|^7|^8|^9|^10|^11
sentry/sentry-laravel Version ^2|^3|^4
bugsnag/bugsnag Version ^3.0
bugsnag/bugsnag-laravel Version ^2.0
illuminate/support Version ^6|^7|^8|^9|^10|^11
laravel/framework Version ^6|^7|^8|^9|^10|^11
sentry/sentry-laravel Version ^2|^3|^4
The package mamitech/tikus contains the following files
Loading the files please wait ....