ans-group/laravel-health-check
A package for checking the health of your Laravel/Lumen applications.
v3.0.0
1.1M downloads/mo
#3054 most downloaded on Packagist
ans-group/laravel-health-check
What this package is like to depend on
Last release 4 months ago
22 Apr 2026
Release timing varies
gaps range from 3 weeks to 1.4 years
Nearly every release is documented
notes for 39 of 39 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
39 releases · first in 2020
2 releases in the last 12 months
see the full history below
Release timeline
39 releases · Feb 2020 to Apr 2026Releases
latest 39-
v3.0.022 Apr 2026Release notes
Open source →Added
- Support for Laravel 13
- Support for PHP8.5
Removed
- (breaking change) Dropping support for < Laravel 12.0 to only support versions with bug/security fixes
- (breaking change) Dropping support for PHP < 8.2 to match Laravel 12's support
Full Changelog: v2.1.1...v3.0.0
-
v2.1.111 Apr 2025 -
v2.1.011 Apr 2025Release notes
Open source →Updates
- Adds Laravel 12 support (@tylersatre)
- Move Larstan to v3 (@tylersatre)
-
v2.0.222 Oct 2025Release notes
Open source → -
v2.0.109 Sep 2024Release notes
Open source →Release notes
Open source → -
v2.0.008 Aug 2024Release notes
Open source →Added
- Enforcing PSR-12 in CI via PHP CodeSniffer #91 by @phily245
- Enforcing PHP Mess Detector in CI to keep the code tidier #92 by @phily245
- Enforcing PHPStan level 6 via Larastan in CI to keep the code more reliable #97 #98 #99 #100 #101 #102 by @phily245
- Enforcing RectorPHP checks in CI to keep the code more maintainable #197 by @phily245
- (breaking change) Adding stricter typing #87 by @phily245
- Documenting the new tooling in the contributing guide #103 by @phily245
Removed
- (breaking change) Dropping support for < Laravel 10.0 to only support versions with bug/security fixes #82 by @phily245
- (breaking change) Dropping support for PHP < 8.1 to match Laravel 10's support #82 by @phily245
Fixed
- (breaking change) Upgrading the FTP file check to use flysystem v3 #89 by @phily245
- (breaking change) Upgrading the package security health check so to not use a deprecated package #88 by @srichter
& @phily245
Upgrade guide
- This now requires PHP > 8.1
- This now requires Laravel > 10.0
- If you extend any class from this package, ensure the types still match
- If you are using the
UKFast\Healthchecks\Checks\StorageHealthCheckcheck:league/flysystemneeds updating to v3league/flysystem-ftpis now required
- If you are using the
UKFast\Healthchecks\Checks\PackageSecurityHealthCheckcheck,sensiolabs/security-checkerneeds replacing withenlightn/security-checker
Release notes
Open source →Added
- Enforcing PSR-12 in CI via PHP CodeSniffer #91 by @phily245
- Enforcing PHP Mess Detector in CI to keep the code tidier #92 by @phily245
- Enforcing PHPStan level 6 via Larastan in CI to keep the code more reliable #97 #98 #99 #100 #101 #102 by @phily245
- Enforcing RectorPHP checks in CI to keep the code more maintainable #197 by @phily245
- (breaking change) Adding stricter typing #87 by @phily245
- Documenting the new tooling in the contributing guide #103 by @phily245
Removed
- (breaking change) Dropping support for < Laravel 10.0 to only support versions with bug/security fixes #82 by @phily245
- (breaking change) Dropping support for PHP < 8.1 to match Laravel 10's support #82 by @phily245
Fixed
-
v1.15.015 Jul 2024Release notes
Open source →Added
- The ability to set a default problem HTTP code #79 by @Dziamid-Harbatsevich
- A healthcheck artisan command #70 by @nick322
Release notes
Open source →Added
- The ability to set a default problem HTTP code #79 by @Dziamid-Harbatsevich
- A healthcheck artisan command #70 by @nick322
-
v1.14.020 Feb 2023 -
v1.13.504 Jan 2023Release notes
Open source →Now runs tests on 8.2
uniqid now uses the
$more_entropyflag - thanks @Lotykun -
v1.13.411 Jul 2022 -
v1.13.322 Feb 2022 -
v1.13.221 Dec 2021 -
v1.13.113 Oct 2021 -
v1.13.022 Jul 2021 -
v1.12.218 Jun 2021 -
v1.12.119 May 2021 -
v1.12.017 May 2021Release notes
Open source →Added
- Allow overriding health and ping route paths #53 by Andrew Warren-Love
-
v1.11.017 May 2021Release notes
Open source →Added
- Added PHP8 to the test runner #52 by Yozhef
- Added support for degraded health checks #54 by Andrew Warren-Love
-
v1.10.209 Apr 2021 -
v1.10.117 Mar 2021 -
v1.10.024 Feb 2021 -
v1.9.115 Feb 2021 -
v1.9.012 Feb 2021 -
v1.8.005 Nov 2020 -
v1.7.220 Oct 2020 -
v1.7.119 Oct 2020 -
v1.7.013 Oct 2020 -
v1.6.008 Oct 2020 -
v1.5.003 Oct 2020Release notes
Open source →Added
- Add CODE_OF_CONDUCT.md
- Add StorageHealthCheck. #32 from @srichter
- Increase test coverage for HttpHealthCheck. #34 from @srichter
- Increase Test coverage for CacheHealthCheck. #33 from @srichter
Changed
- Update README.md
- Update CONTRIBUTING.md
- Update tests to use assertSame instead of assertEquals. #31 from @wesolowski
-
v1.4.026 Sep 2020 -
v1.3.008 Sep 2020 -
v1.2.124 Aug 2020Release notes
Open source →Added
- Add Facade alias
Changed
- Update README.md
Fixed
- Fixed facade all method to return a collection
-
v1.2.021 Aug 2020 -
v1.1.021 Aug 2020 -
v1.0.426 Apr 2020Release notes
Open source →Changed
- Use empty string to connect to default database. #8 from @RootPrivileges
-
v1.0.310 Mar 2020 -
v1.0.205 Mar 2020 -
v1.0.117 Feb 2020 -
v1.0.014 Feb 2020