Libraries tagged by sql
mattiasgeniar/phpunit-query-count-assertions
587878 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
82826 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.
arrilot/data-anonymization
561195 Downloads
Anonymize any data in your SQL database
zendframework/zend-db
12412217 Downloads
Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
yiisoft/db-sqlite
144529 Downloads
SQLite driver for Yii Database
jasny/persist-sql-query
403538 Downloads
SQL Query builder and parser
automattic/php-thrift-sql
65312 Downloads
A PHP library for connecting to Hive or Impala over Thrift
aura/sqlschema
218413 Downloads
Provides facilities to read table names and table columns from a database using PDO.
amphp/sql-common
1034749 Downloads
Common classes for non-blocking SQL implementations.
udan11/sql-parser
2544 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
sqlftw/sqlftw
62894 Downloads
Complete MySQL SQL dialect lexer, parser, AST and SQL serialisation
spryker/sql-criteria-builder
2628810 Downloads
SqlCriteriaBuilder module
soundintheory/php-sql-parser
412869 Downloads
SQL parsing tools for PHP
simplesamlphp/simplesamlphp-module-sqlauth
6061934 Downloads
This is a authentication module for authenticating a user against a SQL database
shipmonk/doctrine-hint-driven-sql-walker
134200 Downloads
Doctrine's SqlWalker that allows hooking multiple handlers via ->setHint() while each can edit produced SQL or its part.