Libraries tagged by php class mysql database
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
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.
stefangabos/zebra_database
12586 Downloads
An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.
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.
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
a1phanumeric/php-mysql-class
243 Downloads
A lightweight PDO helper for MySQL and SQL Server with prepared queries, transactions, and connection lifecycle utilities.
indieteq/indieteq-php-my-sql-pdo-database-class
385 Downloads
A database class for MySQL with PDO
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
activecollab/databasestructure
17383 Downloads
Define database structure in PHP and let the library generate object classes and tables
alin-o/mysqli-database-class
3160 Downloads
PHP MySQL Wrapper which utilizes MySQLi and prepared statements
noetix/simple-orm
241 Downloads
A simple PHP class to access your MySQL records.