josepostiga / larabeat by josepostiga

A health-check endpoint for your Laravel applications
65
2
2
Package Data
Maintainer Username: josepostiga
Maintainer Contact: iamjosepostiga@gmail.com (José Postiga)
Package Create Date: 2020-08-22
Package Last Update: 2020-09-06
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 03:00:56
Package Statistics
Total Downloads: 65
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

A health-check endpoint for your Laravel applications

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