Libraries tagged by MySQL5
aura/sqlquery
2596619 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
aura/sql
2119914 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.
arvenil/ninja-mutex
3222552 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
foolz/sphinxql-query-builder
2023564 Downloads
A PHP query builder for SphinxQL. Uses MySQLi to connect to the Sphinx server.
dekor/php-array-table
4105606 Downloads
PHP Library for printing associative arrays as text table (similar to mysql terminal console)
wazaari/monolog-mysql
835138 Downloads
A handler for Monolog that sends messages to MySQL
vimeo/php-mysql-engine
214540 Downloads
A MySQL engine written in PHP for speeding up tests
tpetry/laravel-mysql-explain
127689 Downloads
Get Visual MySQL EXPLAIN for Laravel.
shipmonk/doctrine-mysql-index-hints
224465 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL index hints without need of native queries
react/mysql
357122 Downloads
Async MySQL database client for ReactPHP.
mysql-workbench-schema-exporter/mysql-workbench-schema-exporter
172762 Downloads
MySQL Workbench Schema Exporter
krowinski/php-mysql-replication
82676 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
702010 Downloads
A PHP 7 shim for ext/mysql
druidfi/mysqldump-php
285985 Downloads
PHP version of mysqldump cli that comes with MySQL
vcian/laravel-db-auditor
25086 Downloads
Database DB Auditor provide leverage to audit your MySql,sqlite, PostgreSQL database standards and also provide options to add constraints in table.