telebugs / telebugs-laravel
Telebugs Laravel is an integration for Laravel applications with Telebugs (https://telebugs.com). Telebugs is a simple error monitoring tool for developers. With Telebugs, you can track production errors in real-time and report them to Telegram.
Requires
- php: >=8.1
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
- telebugs/telebugs: ^0.4
Requires (Dev)
- orchestra/testbench: ^6.0|^7.0|^8.0|^9.0
- phpstan/phpstan: ^1.11
- phpunit/phpunit: ^9.3.10|^10.0
README
Simple error monitoring for developers. Monitor production errors in real-time and get them reported to Telegram with Telebugs.
Introduction
Any Laravel application can be integrated with Telebugs
using the
telebugs-laravel
package. The package is designed to be simple and easy to use. It integrates the
telebugs/telebugs
package
with Laravel applications, so that any unhandled error occurring in your app
will be reported to Telebugs.
Installation
For the integration details, please refer to the Telebugs documentation.
Laravel support policy
Telebugs for Laravel supports the following Laravel versions:
- Laravel 8.x+
- PHP 8.1+
If you need support older Laravel versions, please contact us at help@telebugs.com.
Development
After checking out the repo, run composer install
to install dependencies.
Then, run composer test
to run the tests.
To check the code with PHPStan, run composer phpstan
.
To release a new version, simply push a new tag to the repository. Packagist will automatically update the package.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/telebugs/telebugs-laravel.