Download the PHP package yorcreative/laravel-query-watcher without Composer
On this page you can find all versions of the php package yorcreative/laravel-query-watcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yorcreative/laravel-query-watcher
More information about yorcreative/laravel-query-watcher
Files in yorcreative/laravel-query-watcher
Package laravel-query-watcher
Short Description A Laravel package that provides configurable application query capturing & monitoring.
License MIT
Informations about the package laravel-query-watcher
Laravel Query Watcher
A Laravel package that provides configurable application query capturing & monitoring.
Installation
install the package via composer:
Publish the packages assets.
Usage
Configuration
Adjust the configuration file to suite your application.
Broadcasting
All captured queries will broadcast on a private channel as the primary monitoring method. The QueryEvent that is broadcasting is using your applications broadcast configuration.
Slack Notification Channel
To utilize Slack Notifications, you will need to create a webhook for one of your Slack Channels. Once you have your webhook url, add the following variable to your .env file.
Once you have done this, you can enable Slack Notifications in the configuration file.
Discord Notification Channel
Get a webhook URL from discord in the channel you want to receive your notifications in by
reading Discords Introduction to Webhook Article
. Once you have your webhook url, add the following variable to your .env
file.
Once you have done this, you can enable Discord Notifications in the configuration file.
Wiki Documentation
Testing
Credits
- Yorda
- All Contributors
All versions of laravel-query-watcher with dependencies
illuminate/contracts Version ^8.0|^9.0
guzzlehttp/guzzle Version ^7.4.5
pusher/pusher-php-server Version ^7.1@beta