Libraries tagged by mysql database class
phpfastcache/phpfastcache
5296519 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.
thingengineer/mysqli-database-class
170859 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
joshcam/mysqli-database-class
287247 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
tommyknocker/pdo-database-class
6078 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
stefangabos/zebra_database
12586 Downloads
An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.
lincanbin/php-pdo-mysql-class
6678 Downloads
A PHP MySQL PDO class similar to the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
milesasylum/schnoop-schema
180414 Downloads
Schnoop Schema is a collection of PHP classes for describing a MySQL database schema.
detain/db_abstraction
2039 Downloads
Database Abstraction Class
indieteq/indieteq-php-my-sql-pdo-database-class
385 Downloads
A database class for MySQL with PDO
a1phanumeric/php-mysql-class
243 Downloads
A lightweight PDO helper for MySQL and SQL Server with prepared queries, transactions, and connection lifecycle utilities.
websitebeaver/simple-mysqli
4068 Downloads
Wrapper class for MySQLi prepared statements
krugozor/database
2486 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
jayc89/php-mysql-pdo-database-class
1467 Downloads
PHP PDO MySQL Wrapper
mouf/database.dbconnection
32954 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
alin-o/mysqli-database-class
3160 Downloads
PHP MySQL Wrapper which utilizes MySQLi and prepared statements