Libraries tagged by database abstraction layer
drewlabs/query
374 Downloads
Provides an abstraction layer for writing query against datasource
soupmix/elasticsearch
88 Downloads
Simple Elasticsearch abstraction layer adapter to handle CRUD operations.
k-gun/oppa
97 Downloads
Oppa: Database abstraction, query building and active record implementation with PHP.
truecastdesign/hopper
160 Downloads
This library provides a simple and powerful way to SET and GET records from a PDO database.
chamamme/noquery
40 Downloads
A database query builder aimed at code beautification by minimizing the use of raw SQL in codes. NoQuery currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due to its leverage on ADODB
silassare/gobl
446 Downloads
Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.
plesk/laminas-db
101 Downloads
Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
mehr-it/lara-db-ext
7714 Downloads
Extensions for laravel's database abstraction layer
keverw/pastadb
11 Downloads
Work with pasta, then we'll make the spaghetti! PastaDB aims to be a powerful yet simple database abstraction layer library.
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.
hschletz/nada
156 Downloads
A high level SQL abstraction library for PHP, complementing and operating on top of a conventional database abstraction layer
gonzalo123/db
6 Downloads
Database Abstraction Layer over DBAL
cratia/orm-model
1864 Downloads
Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).
cratia/orm-dbal
2307 Downloads
Database abstraction layer (DBAL) for execute Query based on https://www.doctrine-project.org/projects/dbal.html
gjerokrsteski/php-dba-cache
19 Downloads
Create a caching with the PHP Database (dbm-style) Abstraction Layer to cache your objects, strings, integers or arrays