Libraries tagged by mysql query
doctrine/orm
222697870 Downloads
Object-Relational-Mapper for PHP
doctrine/dbal
454198882 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
phpmyadmin/sql-parser
33585001 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
beberlei/doctrineextensions
54633960 Downloads
A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.
nette/database
4869397 Downloads
💾 Nette Database: layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
scienta/doctrine-json-functions
15398553 Downloads
A set of extensions to Doctrine that add support for json query functions.
aura/sqlquery
2272502 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
usmanhalalit/pixie
1751438 Downloads
A lightweight, expressive, framework agnostic query builder for PHP.
envms/fluentpdo
383684 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
aura/sql
1736245 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
1402818 Downloads
Agile Data - Database access abstraction framework
syslogic/doctrine-json-functions
1121263 Downloads
A set of extensions to Doctrine that add support for json query functions.
nilportugues/sql-query-formatter
771539 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
nilportugues/sql-query-builder
208426 Downloads
An elegant lightweight and efficient SQL QueryInterface BuilderInterface supporting bindings and complicated query generation.
krowinski/php-mysql-replication
60661 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.