Libraries tagged by mysql database class
webappid/simplepdo
25 Downloads
Simple class connection using PDO for mysql database
dinodev/my-sql
22 Downloads
Classes you can modify your MySql database even if you don't know sql
rhuett/csvie
59 Downloads
Csvie is a simple CSV file parser made for Laravel. Csvie is based on LeagueCSV, and can quickly import data to, and export data from, a MySQL database. It also gives you a handy abstract class for quickly sanitizing and scrubbing your CSV files prior to insertion.
hengyuz/dosql
7 Downloads
dosql is a class which has sealed the generic operate of mysql databases
dmc-towns/db-store
10 Downloads
A set of PDO database classes to allow straightforward connection to MySQL and SQL Server databases
amig/queryhelper
17 Downloads
A query builder (wrapped arround joshcam's mysqli-database-class) to simplify the process of running queries with mySQL.
sachoo/phalcon-model-annotations
126982 Downloads
Annotations handler for phalcon models. Allow to add foreign keys with annotation in models and manage many models with different databases (mysql, postgresql, cassandra, sqlite)
hoowu/mysqli-database-class
981 Downloads
this is my mysqli-db
php-learn/database-class
3 Downloads
A database class using mysqli
shirerom/databaseclass
94 Downloads
simple and easy to use database abstraction of mysqli
mehrdadkhoddami/database-mysqli
14 Downloads
class for creating, connecting and executing queries via MySQLi
lehbyos/super-mysqli
12 Downloads
Utility class, wrapping common patterns in data processing when querying databases with mysqli
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)
linkuha/db
0 Downloads
DB management assistance classes
c11k/pdo
88 Downloads
Simple PDO Class for small PHP projects migrating from MySQLi to PDO