kinatechsolutions / bug-clasper
A easy way to report Exceptions from a laravel app to various channels including Slack, Email, Sms
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kinatechsolutions/bug-clasper
Requires
- php: ^8.1
- africastalking/africastalking: ^3.0
- laravel/slack-notification-channel: ^2.4
README
A easy way to report Exceptions from a laravel app to various channels including Slack, Email, Sms
Installation
This release is hosted on github https://github.com/kinatechsolutions/bug-clasper.git
To install kinatechsolutions/php-transport head over to your projects composer.json and add the sigma repository on the repository option.
"repositories": [ { "type": "git", "url": "https://github.com/kinatechsolutions/bug-clasper" } ]
Add kinatechsolutions/php-transport on the require list in your composer.json
"kinatechsolutions/bug-clasper": "^1.0.0",
Install kinatechsolutions/php-transport with composer require command
composer require kinatechsolutions/php-transport