Libraries tagged by mysl PDO
peterujah/db-controller
63 Downloads
Php PDO databse wrapper.
doctrine/dbal
519817117 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
phpfastcache/phpfastcache
4322268 Downloads
PHP Abstract Cache Class - Reduce your database call using cache system. Phpfastcache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Dynamodb, Firestore, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ravendb, Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.
nette/database
5769323 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.
ifsnop/mysqldump-php
4576442 Downloads
PHP version of mysqldump cli that comes with MySQL
envms/fluentpdo
447298 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
dibi/dibi
3483878 Downloads
Dibi is Database Abstraction Library for PHP
aura/sqlquery
2570111 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
aura/sql
2088456 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.
sergeytsalkov/meekrodb
329413 Downloads
The Simple PHP/MySQL Library
lichtner/fluentpdo
256916 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
fpdo/fluentpdo
230396 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
ezsql/ezsql
39374 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
druidfi/mysqldump-php
273487 Downloads
PHP version of mysqldump cli that comes with MySQL
lincanbin/php-pdo-mysql-class
5425 Downloads
A PHP MySQL PDO class similar to the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.