Libraries tagged by php mysql class
dejongensvanboven/mysqli-database-class
328 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
alexivashchenko/php-mysql-backup
19 Downloads
Simple PHP class to create regular MySQL database backups
agjino/php-mysql-layer
30 Downloads
Simple PHP class for doing standard MySQL actions.
shoyim/php-orm
0 Downloads
A simple PHP class to access your MySQL records.
qrzysio/mysql-pdo-class
190 Downloads
Just another PHP class to cope with MySQL via PDO.
raveren/mysql
10 Downloads
Minimal and useful MYSQL/MariaDb class used for more than a decade!
jbirc/database-class
2 Downloads
Database PHP class for interacting with a mysql database
aleksey.nemiro/nemiro.data.php
21 Downloads
The small helper classes for working with databases MySql and PostgreSQL.
rstoetter/ckeycolumnusagetree-php
25 Downloads
The class cKeyColumnUsageTree represents a sorted collection of the key column usage of a mysql database. The main purpose of the class is to determine the dependencies of the tables among each other: The class is able to find dependency paths of more than two tables, when another tables are involved. Dependencies which include self referencing tables are considered, too.
devsmine/classes
2 Downloads
The lightweight PHP database framework to accelerate development
com.jukusoft/php-database-table-upgrader
22 Downloads
php-database-table-upgrader, An database upgrader for upgrade mysql table structures automatically. You dont have to write CREATE TABLE, ALTER TABLE querys and so on anymore, just configure your table structure in PHP and the classes will upgrade your table structures automatically.
phptree/pdo
26 Downloads
a php PDO database connection class with simple query builder .
krugozor-old/database
22 Downloads
Database — библиотека PHP классов для простой, удобной, быстрой и безопасной работы с базой данных MySql, использующая расширение PHP mysqli и имитацию подготовленных запросов. Database — is a PHP class library for easy, convenient, fast and safe work with the MySql database, using the PHP mysqli extension and simulating prepared statements.
busenov/database
5 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
sanderheijselaar/ezpdo
1129 Downloads
A simple PHP PDO class for MySQL