Laravel 11 – 13
PHP 8.2+
Low commit activity in last 18 months
A long-lived project that still receives updates
Honeybadger Laravel integration
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

larapack/dd
^1.0
mockery/mockery
^1.4
^9.2|^10.0|^11.0
phpunit/phpunit
^10.5|^11.0|^12.0|^13.0

Runtime

honeybadger-io/honeybadger-php
>=2.24.1
sixlive/dotenv-editor
^1.1|^2.0
^11.0|^12.0|^13.0
^11.0|^12.0|^13.0
monolog/monolog
^2.10|^3.8
 Project Readme

Honeybadger Laravel integration

Latest Version on Packagist Total Downloads Run Tests StyleCI

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.