Libraries tagged by ksql
illuminated/db-profiler
216117 Downloads
Database Profiler for Laravel Web and Console Applications.
faapz/pdo
123051 Downloads
Just another PDO database library
ezsql/ezsql
39569 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
druidfi/mysqldump-php
277159 Downloads
PHP version of mysqldump cli that comes with MySQL
dg/adminer-custom
712396 Downloads
Customization for Adminer, the best database management tool written in PHP.
danielme85/laravel-log-to-db
765059 Downloads
Custom Laravel Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel native logging functionality.
cycle/database
549323 Downloads
DBAL, schema introspection, migration and pagination
clancats/hydrahon
186290 Downloads
Fast & standalone PHP MySQL Query Builder library.
cakephp/datasources
284592 Downloads
CakePHP Datasources Plugin
atlas/orm
131457 Downloads
An ORM for your persistence model (not your domain model).
atk4/data
1561132 Downloads
Agile Data - Database access abstraction framework
syslogic/doctrine-json-functions
1169912 Downloads
A set of extensions to Doctrine that add support for json query functions.
shipmonk/doctrine-mysql-index-hints
216043 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL index hints without need of native queries
mattiasgeniar/phpunit-query-count-assertions
580763 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).
krowinski/php-mysql-replication
81931 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.