All Projects → dmitry-ivanov → Laravel Db Profiler

dmitry-ivanov / Laravel Db Profiler

Licence: mit
Database Profiler for Laravel Web and Console Applications.

Projects that are alternatives of or similar to Laravel Db Profiler

Laravel Log To Db
Custom Laravel and Lumen 5.6+ Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel/Monolog native logging functionality.
Stars: ✭ 76 (-46.1%)
Mutual labels:  sql, database, mysql, db, laravel
Qb
The database toolkit for go
Stars: ✭ 524 (+271.63%)
Mutual labels:  sql, database, mysql, db
Sqldb Logger
A logger for Go SQL database driver without modify existing *sql.DB stdlib usage.
Stars: ✭ 160 (+13.48%)
Mutual labels:  sql, query, database, db
Node Mysql Utilities
Query builder for node-mysql with introspection, etc.
Stars: ✭ 98 (-30.5%)
Mutual labels:  sql, database, mysql, db
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (+1908.51%)
Mutual labels:  sql, database, mysql, db
Gorose
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
Stars: ✭ 947 (+571.63%)
Mutual labels:  sql, database, db, laravel
Backup
MySQL Database backup package for Laravel
Stars: ✭ 66 (-53.19%)
Mutual labels:  database, mysql, laravel, laravel-package
Graphjin
GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
Stars: ✭ 1,264 (+796.45%)
Mutual labels:  sql, database, mysql
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+798.58%)
Mutual labels:  sql, database, mysql
Mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
Stars: ✭ 11,735 (+8222.7%)
Mutual labels:  sql, database, mysql
Qtl
A friendly and lightweight C++ database library for MySQL, PostgreSQL, SQLite and ODBC.
Stars: ✭ 92 (-34.75%)
Mutual labels:  sql, database, mysql
Lara Lens
Laravel package for display diagnostic (config, database, http connections...)
Stars: ✭ 96 (-31.91%)
Mutual labels:  database, laravel, laravel-package
Elasticsearch
Use SQL statements to query elasticsearch
Stars: ✭ 98 (-30.5%)
Mutual labels:  sql, query, laravel
Db Seeder
A database seeder app for MySQL
Stars: ✭ 77 (-45.39%)
Mutual labels:  database, mysql, laravel
Laravel Sync Migration
Developer tool helps to sync migrations without refreshing the database
Stars: ✭ 89 (-36.88%)
Mutual labels:  database, laravel, laravel-package
Ebean
Ebean ORM
Stars: ✭ 1,172 (+731.21%)
Mutual labels:  sql, database, mysql
Directus Docker
Directus 6 Docker — Legacy Container [EOL]
Stars: ✭ 68 (-51.77%)
Mutual labels:  sql, database, mysql
Backup Manager
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
Stars: ✭ 1,589 (+1026.95%)
Mutual labels:  database, mysql, laravel
Mysql Container
MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 117 (-17.02%)
Mutual labels:  sql, database, mysql
Laravel Scout Postgres
PostgreSQL Full Text Search Engine for Laravel Scout
Stars: ✭ 140 (-0.71%)
Mutual labels:  database, laravel, laravel-package

Database Profiler for Laravel Web and Console Applications

Laravel Database Profiler

Become a Patron

StyleCI Build Status Coverage Status

Packagist Version Packagist Stars Packagist Downloads Packagist License

Database Profiler for Laravel Web and Console Applications.

A simple tool that works correctly even with dd() in your code.

Laravel Database Profiler
8.x 8.x
7.x 7.x
6.x 6.x
5.8.* 5.8.*
5.7.* 5.7.*
5.6.* 5.6.*
5.5.* 5.5.*
5.4.* 5.4.*
5.3.* 5.3.*
5.2.* 5.2.*
5.1.* 5.1.*

Usage

  1. Install the package via Composer:

    composer require illuminated/db-profiler
    
  2. Use the vvv parameter for Web:

    Laravel Database Profiler - Demo - Web

  3. Use the -vvv option for Console:

    Laravel Database Profiler - Demo - Console

Local by default

Enabled only for the local environment, so you don't have to worry about production.

If you want to force profiling for non-local environments - specify it explicitly in your .env file:

DB_PROFILER_FORCE=true

Sponsors

Laravel Idea

License

Laravel Database Profiler is open-sourced software licensed under the MIT license.

Support on Patreon

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].