Libraries tagged by php mysql class
com.jukusoft/php-database-table-upgrader
21 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
23 Downloads
a php PDO database connection class with simple query builder .
busenov/database
3 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
1124 Downloads
A simple PHP PDO class for MySQL
qpdb/query-builder
185 Downloads
php class for build MySql queries that prevents mysql injections
nathanielrich/my-sql
15 Downloads
a simple php class to handle mysql connections
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.
erickfirmo/phpmodel
40 Downloads
MySQL query builder class in PHP.
ahmetertem/database_record
164 Downloads
Database Record Class
ahmetertem/database
125 Downloads
Database Class
slowpoked/pdo-db-wrapper
14 Downloads
A database class for MySQL with PDO
gamerboytr/phpsql
6 Downloads
A Php Library For MySQL
venar/select
13 Downloads
PHP Class to build queries for MySQL. Allows you to build chains of conditions. The goal of this class is to encapsulate PHP's interactions with MySQL to reduce errors in writing queries and make creating stored procedures simple.
ezrarieben/pdo-wrapper-singleton
6 Downloads
A wrapper class written for PDO MySQL DB connections following the singleton pattern
impeck/safemysql
2 Downloads
PHP class designed for secure and efficient MySQL query handling