Libraries tagged by mysql database php class
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.
ezrarieben/pdo-wrapper-singleton
8 Downloads
A wrapper class written for PDO MySQL DB connections following the singleton pattern
or81/eloquent
0 Downloads
A lightweight and versatile PHP database class that supports both MySQL and SQLite, providing an easy-to-use interface for common database operations such as `SELECT`, `INSERT`, `UPDATE`, and `DELETE`.
jbirch8865/databaseclass
3 Downloads
Database PHP class for interacting with a mysql database
gp/dbms
70 Downloads
Simple PHP Database tool with QueryParam class supports mysqli and pdo
hotelmah/mysqli-wrapper
15 Downloads
This MySQLi wrapper base class provides properties for Connection and Query Error Messages and ResultSet Properties and Methods to navigate a ResultSet. Connection and Server properties are also provided, basically all of the available features the extension provides.
php-learn/database-class
3 Downloads
A database class using mysqli
c11k/pdo
88 Downloads
Simple PDO Class for small PHP projects migrating from MySQLi to PDO