honeybadger-io / honeybadger-laravel
Honeybadger Laravel integration
Installs: 842 936
Dependents: 0
Suggesters: 0
Security: 0
Stars: 41
Watchers: 8
Forks: 17
Open Issues: 3
Requires
- php: ^8.1
- ext-json: *
- honeybadger-io/honeybadger-php: >=2.21.0
- illuminate/console: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- monolog/monolog: ^2.0|^3.2
- sixlive/dotenv-editor: ^1.1|^2.0
Requires (Dev)
- larapack/dd: ^1.0
- mockery/mockery: ^1.4
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.5|^11.0
- dev-master
- v4.3.0
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.1
- v4.1.0
- v4.0.0
- v3.18.2
- v3.18.1
- v3.18.0
- v3.17.0
- v3.16.0
- v3.15.2
- v3.15.1
- 3.15.0
- 3.14.1
- 3.14.0
- v3.13.1
- v3.13.0
- 3.12.1
- 3.12.0
- v3.11.0
- v3.10.0
- v3.9.0
- v3.8.1
- v3.8.0
- v3.7.0
- v3.6.0
- 3.5.0
- v3.4.0
- v3.3.0
- v3.2.0
- v3.1.0
- v3.0.0
- v2.1.0
- v2.0.1
- v2.0.0
- 1.x-dev
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- dev-release-please--branches--master
- dev-fix-remove-messagelogged-application-event
- dev-add-eu-endpoint-in-config
- dev-disable-events-api-log-instrumentation
- dev-update-honeybadger-php
- dev-fix-closure-with-reflection-132
- dev-insights-tweaks
- dev-fully-automate-releases
- dev-events-api-integration
- dev-ci-pr-title-env
- dev-automate-releases
- dev-laravel-11
- dev-laravel-check-ins-api-improvements
- dev-check_ins_refactor
- dev-checkins-slug-support
- dev-checkin-using-name
- dev-checkins-sync
- dev-release-instructions
- dev-update-honeybadger-php-to-latest
- dev-shalvah-patch-1
- dev-parent-shouldreport
- dev-automatic-context
- dev-update-notifier
- dev-laravel-8
- dev-move-docs
- dev-add-installer-command
This package is auto-updated.
Last update: 2024-11-01 17:41:33 UTC
README
This is the Laravel library for integrating apps with the ⚡ Honeybadger Exception Notifier for Laravel.
Documentation and Support
For comprehensive documentation and support, check out our documentation site:
Testing
> composer test
Code Style
This project follows the PSR-2 Coding Standard. In addition, StyleCI will apply the Laravel preset.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Releasing
We have enabled GitHub integration with Packagist. Packagist is automatically notified when a new release is made on GitHub.
Releases are automated, using Github Actions:
- When a PR is merged on master, the run-tests.yml workflow is executed, which runs the tests.
- If the tests pass, the release.yml workflow will be executed.
- Depending on the commit message, a release PR will be created with the suggested the version bump and changelog. Note: Not all commit messages trigger a new release, for example, chore: ... will not trigger a release.
- If the release PR is merged, the release.yml workflow will be executed again, and this time it will create a github release.
Credits
License
The MIT License (MIT). Please see License File for more information.