Libraries tagged by php mysql
fpdo/fluentpdo
226552 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
dg/adminer-custom
692488 Downloads
Customization for Adminer, the best database management tool written in PHP.
semsol/arc2
192309 Downloads
ARC2 is a PHP library for working with RDF. It also provides a MySQL-based triplestore with SPARQL support.
clouddueling/mysqldump-php
21641 Downloads
PHP version of mysqldump cli that comes with MySQL
guanguans/soar-php
14652 Downloads
SQL optimizer and rewriter(assisted SQL tuning). - SQL 优化器和重写器(辅助 SQL 调优)。
stefangabos/zebra_database
9205 Downloads
An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.
imjoehaines/flowder
412547 Downloads
A simple and extensible fixture loader for PHP 7.3+, supporting SQLite and MySQL
stefangabos/zebra_session
98844 Downloads
A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing better performance, better security and protection against session fixation and session hijacking
koolreport/querybuilder
113244 Downloads
Create query by php code
chriskite/phactory
210344 Downloads
A Database Factory for PHP Unit Tests
jeromeschneider/baikal
3535 Downloads
Baïkal is a lightweight CalDAV + CardDAV server based on PHP, SQLite or MySQL, and SabreDAV
byjg/migration
70036 Downloads
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.
tpetry/php-mysql-explain
22729 Downloads
Visual MySQL EXPLAIN plans for PHP
noprotocol/php-mysql-aes-crypt
74373 Downloads
Encrypt/decrypt data in PHP to a format compatible with MySQL AES_ENCRYPT & AES_DECRYPT functions.
lincanbin/php-pdo-mysql-class
5153 Downloads
A PHP MySQL PDO class similar to the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.