Libraries tagged by php class mysql
dejongensvanboven/mysqli-database-class
315 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
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.
raveren/mysql
9 Downloads
Minimal and useful MYSQL/MariaDb class used for more than a decade!
aleksey.nemiro/nemiro.data.php
21 Downloads
The small helper classes for working with databases MySql and PostgreSQL.
rstoetter/ckeycolumnusagetree-php
23 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.
hamzaemre/meta.php
17 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
phptree/pdo
25 Downloads
a php PDO database connection class with simple query builder .
nathanielrich/my-sql
15 Downloads
a simple php class to handle mysql connections
krugozor-old/database
14 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
4 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.
impeck/safemysql
8 Downloads
PHP class designed for secure and efficient MySQL query handling