Libraries tagged by Raw SQL
krowinski/php-mysql-replication
135866 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
pyaesoneaung/to-raw-sql
11374 Downloads
Get raw SQL from Laravel Query Builder
pmatseykanets/laravel-sql-migrations
34966 Downloads
Raw SQL migrations for Laravel
froiden/sql-generator
25922 Downloads
convert Laravel migrations to raw SQL scripts
tommyknocker/pdo-database-class
6248 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
myneid/laravel-db-tui
1270 Downloads
Interactive TUI database browser for Laravel — browse tables, sort columns, inspect rows, and run raw SQL
minionfactory/raw-hydrator
6520 Downloads
Run a raw SQL query and hydrate Eloquent models (with relations) from the result set, in a single round trip.
moln/php-mysql-replication
29361 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
asamir/laravel-in-db-performance-monitor
7067 Downloads
Monitor your laravel application performance by logging requests in your database then analyze it. The log includes request parameters, actions, SQL queries and errors beside that you can know the requests with raw SQL queries.
laramint/laravel-security-scanner
1640 Downloads
Laravel-aware security rules for php-security-scanner. Detects Laravel SQL injection (DB::raw, whereRaw), mass assignment, debug/dd leaks, unsafe validators, CSRF bypass, insecure cookies, env exposure, Blade raw echo, open redirect, Http SSRF, Storage/File path traversal, file-upload validation gaps, Auth/Crypt/Artisan/Process/Config injection, view-name injection, session fixation, and Mail header injection.
itul/sql-to-laravel
3100 Downloads
Convert a raw sql query string to a laravel query builder class.
edquint/sql-logger
57 Downloads
Library for generating SQL logs from ORMs and raw queries
se7enxweb/sevenx_dse
279 Downloads
sevenx_dse : 7x Database Source Editor — embeds AdminNeo as a direct database source editor inside the eZ Publish / Exponential Platform Legacy admin UI — providing raw SQL, table browsing, import/export, and multi-driver support (MySQL, SQLite) through a scoped, permission-gated interface.
moledet/database-change-log
6979 Downloads
A PHP class to log all changes of table data from raw SQL or with PDO statement
celema/quma
71 Downloads
A no-ORM database library for executing raw SQL files