getsentry / sentry-laravel by zeeg

Laravel SDK for Sentry (https://sentry.io)
62,364,454
1,215
52
Package Data
Maintainer Username: zeeg
Maintainer Contact: accounts@sentry.io (Sentry)
Package Create Date: 2016-04-26
Package Last Update: 2024-05-16
Home Page: https://sentry.io
Language: PHP
License: MIT
Last Refreshed: 2024-05-23 03:15:42
Package Statistics
Total Downloads: 62,364,454
Monthly Downloads: 1,788,661
Daily Downloads: 92,929
Total Stars: 1,215
Total Watchers: 52
Total Forks: 184
Total Open Issues: 26

Sentry for Laravel

Build Status Total Downloads Downloads per month Latest stable version License

Laravel integration for Sentry.

Laravel Version Compatibility

  • Laravel 4.2.x is supported until version 0.8.x
  • Laravel <= 5.7.x on PHP <= 7.0 is supported until version 0.11.x
  • Laravel >= 5.x.x on PHP >= 7.1 is supported in the most recent version

Please note that of version >= 1.0.0 we require PHP Version >= 7.1 because we are using our new PHP SDK underneath.

Installation

Contributing

Dependencies are managed through composer:

$ composer install

Tests can then be run via phpunit:

$ vendor/bin/phpunit

Links