josepostiga/larabeat

A health-check endpoint for your Laravel applications

v1.0.3 2020-08-22 15:24 UTC

This package is auto-updated.

Last update: 2024-04-07 07:26:03 UTC


README

Latest Version on Packagist Run tests Coverage Status Total Downloads

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).