Libraries tagged by MySQL5
aura/sqlquery
2508124 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
aura/sql
1999784 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
atk4/data
1536345 Downloads
Agile Data - Database access abstraction framework
arvenil/ninja-mutex
3107131 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
foolz/sphinxql-query-builder
1974360 Downloads
A PHP query builder for SphinxQL. Uses MySQLi to connect to the Sphinx server.
dekor/php-array-table
3470961 Downloads
PHP Library for printing associative arrays as text table (similar to mysql terminal console)
wazaari/monolog-mysql
818976 Downloads
A handler for Monolog that sends messages to MySQL
vimeo/php-mysql-engine
204173 Downloads
A MySQL engine written in PHP for speeding up tests
tpetry/laravel-mysql-explain
115301 Downloads
Get Visual MySQL EXPLAIN for Laravel.
react/mysql
339700 Downloads
Async MySQL database client for ReactPHP.
mysql-workbench-schema-exporter/mysql-workbench-schema-exporter
167662 Downloads
MySQL Workbench Schema Exporter
krowinski/php-mysql-replication
79257 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.
dshafik/php7-mysql-shim
685631 Downloads
A PHP 7 shim for ext/mysql
druidfi/mysqldump-php
241052 Downloads
PHP version of mysqldump cli that comes with MySQL
vcian/laravel-db-auditor
20398 Downloads
Database DB Auditor provide leverage to audit your MySql,sqlite, PostgreSQL database standards and also provide options to add constraints in table.