Libraries tagged by mysql query
krowinski/php-mysql-replication
76377 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.
colshrapnel/safemysql
87178 Downloads
A real safe and convenient way to handle MySQL queries.
clancats/hydrahon
175837 Downloads
Fast & standalone PHP MySQL Query Builder library.
illuminated/db-profiler
208573 Downloads
Database Profiler for Laravel Web and Console Applications.
fpdo/fluentpdo
225111 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
cycle/database
463749 Downloads
DBAL, schema introspection, migration and pagination
syslogic/doctrine-json-functions
1151709 Downloads
A set of extensions to Doctrine that add support for json query functions.
atlas/query
227965 Downloads
Object-oriented query builders and performers for MySQL, Postgres, SQLite, and SQLServer.
shipmonk/doctrine-mysql-index-hints
158706 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL index hints without need of native queries
yiisoft/db-mysql
122836 Downloads
MySQL driver for Yii Database
makinacorpus/query-builder
52284 Downloads
Driver agnostic SQL query builder.
koolreport/querybuilder
108999 Downloads
Create query by php code
opis/database
77755 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder
udan11/sql-parser
1301 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
ggergo/sqlindexhintbundle
394025 Downloads
Doctrine SqlWalker extension to apply USE INDEX and FORCE INDEX hints using DQL on top of MySql. Works with both createQuery and createQueryBuilder.