Libraries tagged by mysql database class
gholme4/qbuild
4 Downloads
Class that creates a REST API with routes mapped to all tables in a MySQL database. Designed to be used with Qbuild.js client side.
erickfirmo/phpmodel
40 Downloads
MySQL query builder class in PHP.
erickfirmo/dbconnection
30 Downloads
PDO database library
thpglobal/thpclasses
10 Downloads
database common classes
adatasol-tourtools/fxphp
65 Downloads
A Free, Open Source PHP database abstraction class for accessing FileMaker Pro and other data sources.
ropendev/pdomodel
2952 Downloads
PDOModel is a simple and light PHP class to maintain database, table and data easily.
hammermaps-dev/phpfastcache
365 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, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.
dlid/cdbyuml
64 Downloads
PHP classes for generating database models using yuml.me
primal/databasepool
5 Downloads
Basic class for managing database configurations and active PDO links.
clouddueling/auto-migrate
24 Downloads
This class can be used to generate diffs between a MySQL XML dump file, and a database which currently exists. It will tell you the missing tables and columns (return as an array), or generate MySQL queries to add the missing columns in.
zerig/sql-manager
38 Downloads
This class connets to DB and work with it.
wainstan/arraymysql
5 Downloads
Simple array based without text queryes MySQL class (Composer support)
simplepdo/simplepdo
1816 Downloads
PHP PDO class designed to use prepared queries while providing support for existing implementations using SimpleMySQLi.
mrpck/mysqldb
14 Downloads
The MySqlDB Class Library is a high level wrapper around the MySql.
lily-labs/db-backup
32 Downloads
DBBackup it's a library that provides classes to execute mysqldump to backup the given database, relocate the backup file in the local filesystem and compress the resulting backup file.