Simplifying #MySQL Query Analysis with #Laravel Visual Explains 🔍

🛠️ #Laravel package that transforms complex MySQL EXPLAIN outputs into clear, comprehensible metrics through https://mysqlexplain.com

📊 Features three key #QueryBuilder methods:

MySQL Visual Explain

Optimize MySQL queries with easy-to-understand Visual Explains.

* visualExplain: Returns URL to processed EXPLAIN output
* dumpVisualExplain: Shows URL while continuing execution
* ddVisualExplain: Displays URL and stops execution

💻 Supports raw #SQL queries through dedicated #MysqlExplain facade

🔧 Easy installation via #Composer: composer require tpetry/laravel-mysql-explain

Available on GitHub: https://github.com/tpetry/laravel-mysql-explain

GitHub - tpetry/laravel-mysql-explain: Get Visual MySQL EXPLAIN plans with Laravel that are understandable for humans

Get Visual MySQL EXPLAIN plans with Laravel that are understandable for humans - tpetry/laravel-mysql-explain

GitHub