Libraries tagged by php class mysql
sylweriusz/mysqli-database-class
1 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
sujanshresthanet/mysqli-database-class
1 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
rmc0863/mysqli-database-class
256 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
memocashweb/mysqli-database-class
2 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
koolob/mysqli-database-class
6 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
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.
raveren/mysql
9 Downloads
Minimal and useful MYSQL/MariaDb class used for more than a decade!
aleksey.nemiro/nemiro.data.php
19 Downloads
The small helper classes for working with databases MySql and PostgreSQL.
hamzaemre/meta.php
15 Downloads
Meta etiketlerinin kolay yönetilebilmesi için ufak bir sınıf..
devsmine/classes
2 Downloads
The lightweight PHP database framework to accelerate development
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
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.
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.