Libraries tagged by php class database
phpfastcache/phpfastcache
4193208 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
136669 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
joshcam/mysqli-database-class
266469 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
berlindb/core
150066 Downloads
A collection of PHP classes and functions that aims to provide an ORM-like experience and interface to WordPress database tables.
jajo/jsondb
143066 Downloads
A PHP Class that reads JSON file as a database. Use for sample DBs
ph-7/eu-vat-validator
384527 Downloads
A simple and clean PHP class that validates EU VAT numbers against the central ec.europa.eu database (using the official europa API).
stefangabos/zebra_database
9493 Downloads
An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.
inter-mediator/fmdataapi
49655 Downloads
FMDataAPI is the class library in PHP for accessing FileMaker database with FileMaker Data API.
indieteq/indieteq-php-my-sql-pdo-database-class
381 Downloads
A database class for MySQL with PDO
tommyknocker/pdo-database-class
4740 Downloads
PHP PDO Wrapper which utilizes PDO and prepared statements
lincanbin/php-pdo-mysql-class
5192 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
109088 Downloads
Schnoop Schema is a collection of PHP classes for describing a MySQL database schema.
nwidart/db-exporter
39002 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
psx/sql
67307 Downloads
Generate type-safe PHP classes from your database
seinopsys/postgresql-database-class
3804 Downloads
PHP wrapper class for PDO-based interaction with PostgreSQL databases, heavily based on ThingEngineer's MysqliDb class