vormkracht10/laravel-slow-query

This package is abandoned and no longer maintained. No replacement package was suggested.

Log and notify when slow queries in Laravel happen

v0.0.2 2020-02-22 11:15 UTC

This package is auto-updated.

Last update: 2021-09-13 19:54:44 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

Whenever a query runs slowly in your Laravel app, you probably would like to know about it. That's why we created this simple but effective package, to notify and log all the queries that needs some care within your Laravel app.

Installation

You can install the package via composer:

composer require vormkracht10/laravel-slow-query

Usage

// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email mark@vormkracht10.nl instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.