Libraries tagged by sql abstraction
zethika/virtual-sql
1322 Downloads
A class-based abstraction layer for MySQL, designed to help with programmatically writing MySQL queries.
jelix/database
2812 Downloads
Lightweight PHP abstraction layer to access and query SQL databases, with an API to inspect and modify databases schema.
milanmadar/coolio-orm
231 Downloads
PHP ORM based on Doctrine DBAL
eclipxe/engineworks-dbal
1453 Downloads
PHP Database Abstraction Layer
scoumbourdis/laminas-db
87 Downloads
Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
crodas/easy-sql
43 Downloads
Easiest SQL abstraction ever
plasma/sql-common
2066 Downloads
Generic SQL commons and abstractions for Plasma.
romainbessugesmeusy/php-sql-query
3758 Downloads
php-sql-query is an abstraction layer for SQL query construction
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.
phpvv/db
204 Downloads
VV database abstraction layer with query builder and DB structure models
kenlog/database-custom
62 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder. This is a custom version of opis/database with updates for PHP 8 compatibility.
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.