Libraries tagged by php mysql class
tschoffelen/db.php
352 Downloads
Simple PHP class for doing standard MySQL actions.
lodev09/php-models
5270 Downloads
A PHP library that allows you to easily create and define your models using PDO.
krugozor/database
2456 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
noetix/simple-orm
240 Downloads
A simple PHP class to access your MySQL records.
zethika/virtual-sql
1357 Downloads
A class-based abstraction layer for MySQL, designed to help with programmatically writing MySQL queries.
activecollab/databasestructure
16163 Downloads
Define database structure in PHP and let the library generate object classes and tables
rcastera/mysql-wrapper
44 Downloads
MySQL Abstraction Class
peterujah/php-search-controller
47 Downloads
Php advance mysql database search to perform search operations.
drkbcn/php-pdo-mssql-class
87 Downloads
A PHP MsSQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
davcs86/php-mysqlimporter
4409 Downloads
PHP class for importing big SQL files into MySQL.
peterujah/hierarchical
19 Downloads
Hierarchical - Light, simple PHP and mysql Hierarchy data and organization chart.
itvisionsy/simple-orm
163 Downloads
A simple PHP class to access your MySQL records.
indievox/master-slave-db-access
22 Downloads
簡易的 MySQL database 伺服器存取類別,使用 POD 及 singleton pattern 實作,支援 Master-Slave 架構。 / Simple MySQL database server access class use PDO and singleton pattern, support Master-Slave database cluster.
v-dem/queasy-db
163 Downloads
Database access classes, part of QuEasy PHP framework
stratedge/wye
5168 Downloads
A library that makes unit testing database-driven code in PHP a breeze. Mock the native PDO class, define query results, and inspect executed statements.