Libraries tagged by sql abstraction
php-db/phpdb
797 Downloads
Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
zethika/virtual-sql
1391 Downloads
A class-based abstraction layer for MySQL, designed to help with programmatically writing MySQL queries.
jelix/database
2922 Downloads
Lightweight PHP abstraction layer to access and query SQL databases, with an API to inspect and modify databases schema.
milanmadar/coolio-orm
390 Downloads
PHP ORM based on Doctrine DBAL
eclipxe/engineworks-dbal
1547 Downloads
PHP Database Abstraction Layer
scoumbourdis/laminas-db
203 Downloads
Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
crodas/easy-sql
43 Downloads
Easiest SQL abstraction ever
romainbessugesmeusy/php-sql-query
3770 Downloads
php-sql-query is an abstraction layer for SQL query construction
duncan3dc/sql-class
77566 Downloads
A simple database abstraction layer, with an on disk caching facility.
detain/db_abstraction
545 Downloads
Database Abstraction Class
theodorejb/peachy-sql
5386 Downloads
A high-performance query builder and runner for PHP
devco/trilogy
2618 Downloads
Simple, lightweight SQL statement abstraction.
ronpinkas/dbbridge
3 Downloads
An abstraction bridge between multiple SQL dialects using PDO (native and ODBC) drivers.
kitlabs/dbal
153 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
kaizencoders/wp-fluent
9 Downloads
A lightweight, expressive database query builder for WordPress which can be referred to as a Database Abstraction Layer. WP Fluent uses the same **wpdb** instance and takes care of query sanitization, table prefixing and many other things with a unified API.