josepostiga / larabeat
A health-check endpoint for your Laravel applications
Requires
- php: ^7.4
Requires (Dev)
- orchestra/testbench: ^5.4
- php-coveralls/php-coveralls: ^2.2
This package is auto-updated.
Last update: 2024-11-07 08:52:49 UTC
README
Installation
You can install the package via composer:
composer require josepostiga/larabeat
Usage
Just make a GET request to /health-check
. If everything is ok, and your app is reachable, you'll get a 200 OK response status code.
Testing
This project is fully tested. We have an automatic pipeline and an automatic code quality analysis tool set up to continuously test and assert the quality of all code published in this repository, but you can execute the test suite yourself by running the following command:
vendor/bin/phpunit
We aim to keep the master branch always deployable. Exceptions may happen, but they should be extremely rare.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
Please see SECURITY for details.
Credits
License
The MIT License (MIT).