/app-metrics-laravel

Metrics for Laravel applications

Primary LanguagePHPMIT LicenseMIT

Laravel

Application Metrics endpoint for Laravel applications

Version Version Build Status Coverage Downloads count License

Using this package provides easy way for integration metrics endpoint into your Illuminate-based application.

Install

Require this package with composer using the following command:

$ composer require avto-dev/app-metrics-laravel "^1.0"

Installed composer is required (how to install composer).

You need to fix the major version of package.

Usage

...

Testing

For package testing we use phpunit framework and docker-ce + docker-compose as develop environment. So, just write into your terminal after repository cloning:

$ make build
$ make latest # or 'make lowest'
$ make test

Changes log

Release date Commits since latest release

Changes log can be found here.

Support

Issues Issues

If you will find any package errors, please, make an issue in current repository.

License

This is open-sourced software licensed under the MIT License.