All Projects → supliu → Laravel Query Monitor

supliu / Laravel Query Monitor

Simple artisan command to monitoring triggered queries

Projects that are alternatives of or similar to Laravel Query Monitor

Validator Docs
Validação de CPF, CNPJ, CNH, NIS, Título Eleitoral e Cartão Nacional de Saúde com Laravel.
Stars: ✭ 334 (+45.22%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Laravel Weather
🌤️ A wrapper around Open Weather Map API (Current weather)
Stars: ✭ 36 (-84.35%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Bagisto
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time.
Stars: ✭ 4,140 (+1700%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Telegram
✈️ Telegram Notifications Channel for Laravel
Stars: ✭ 450 (+95.65%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Simple Qrcode
An easy-to-use PHP QrCode generator with first-party support for Laravel.
Stars: ✭ 1,923 (+736.09%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Laravel Starter
A CMS like modular starter application project built with Laravel 8.x.
Stars: ✭ 299 (+30%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Orm
A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
Stars: ✭ 712 (+209.57%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Laravel Gamp
📊 Laravel Google Analytics Measurement Protocol Package
Stars: ✭ 271 (+17.83%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Laravel Mail Editor
MailEclipse ⚡ Laravel Mailable Editor!
Stars: ✭ 1,714 (+645.22%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Lara Lens
Laravel package for display diagnostic (config, database, http connections...)
Stars: ✭ 96 (-58.26%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Laravel Schedulable
Schedule and unschedule eloquent models elegantly without cron jobs
Stars: ✭ 78 (-66.09%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Laravel Surveillance
Put malicious users, IP addresses and anonymous browser fingerprints under surveillance, log the URLs they visit and block malicious ones from accessing the Laravel app.
Stars: ✭ 198 (-13.91%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Laravelresources
Speed Up package development for Laravel Apps with API's
Stars: ✭ 152 (-33.91%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Wagonwheel
Offer an online version of your Laravel emails to users.
Stars: ✭ 224 (-2.61%)
Mutual labels:  hacktoberfest, laravel, laravel-package
Laravel Executor
Configurable code that can be run when installing and updating your web app.
Stars: ✭ 204 (-11.3%)
Mutual labels:  hacktoberfest, laravel
Hooks
Hooks is a extension system for your Laravel application.
Stars: ✭ 202 (-12.17%)
Mutual labels:  laravel, laravel-package
Meter
Laravel package to find performance bottlenecks in your laravel application.
Stars: ✭ 204 (-11.3%)
Mutual labels:  laravel, laravel-package
Laravelpackage.com
Documentation for LaravelPackage.com: Learn to create Laravel specific PHP packages from scratch, following this open documentation.
Stars: ✭ 214 (-6.96%)
Mutual labels:  hacktoberfest, laravel
Voyager Frontend
The Missing Front-end for The Missing Laravel Admin 🔥
Stars: ✭ 200 (-13.04%)
Mutual labels:  laravel, laravel-package
Laravel State Machine
Winzou State Machine service provider for Laravel
Stars: ✭ 213 (-7.39%)
Mutual labels:  laravel, laravel-package

Laravel Query Monitor

Travis Packagist Downloads Packagist Version PHP version from Travis config

Supliu Laravel Query Monitor is library to monitoring Queries in real-time using Laravel Artisan Command. Basically it opens a socket listening and displays (on terminal) the queries executed in your Laravel application.

How to install

  1. Use composer to install this package
composer require --dev supliu/laravel-query-monitor
  1. Run publish command
php artisan vendor:publish --provider="Supliu\LaravelQueryMonitor\ServiceProvider"

How to use

Open you terminal and execute:

php artisan laravel-query-monitor

Now just perform some action in your application that performs some interaction with the database.

Customize

By default, the query listening service will run on host 0.0.0.0 and port 8081. You can customize both the host and the port by providing the optional arguments:

php artisan laravel-query-monitor --host="192.168.0.2" --port=8082

If you change the host and port parameters, you will also need to change the configuration file config/laravel-query-monitor.php.

License

The Laravel Query Monitor is open-sourced project licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].