danieldstonies / sentry-laravel
Sentry 的 Laravel SDK (https://sentry.io)
1.3.2
2019-10-07 11:13 UTC
Requires
- php: ^7.1
- illuminate/support: 5.0 - 5.8 | ^6.0
- sentry/sdk: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: 2.14.*
- laravel/framework: ^6.0
- orchestra/testbench: ^3.9
- phpunit/phpunit: ^8.0
- dev-master / 1.x-dev
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-beta5
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- 0.x-dev
- 0.11.0
- 0.10.1
- 0.10.0
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.1
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.1
- 0.5.0
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.1
- 0.1.0
- dev-feature/prevent-duplicates
This package is auto-updated.
Last update: 2024-09-07 21:50:19 UTC
README
Sentry for Laravel
Laravel 集成 Sentry。
Laravel 版本兼容性
- Laravel
4.2.x支持,直到版本0.8.x - Laravel
<= 5.7.x在 PHP<= 7.0上支持,直到版本0.11.x - Laravel
>= 5.x.x在 PHP>= 7.1上在最新版本中支持 - Laravel
>= 6.x.x在 PHP>= 7.2上在最新版本中支持
请注意,从版本 >= 1.0.0 开始,我们要求 PHP 版本 >= 7.1,因为我们正在使用我们新的 PHP SDK。
安装
贡献
依赖项通过 composer 管理
$ composer install
然后可以通过 phpunit 运行测试
$ vendor/bin/phpunit