Libraries tagged by database layer
matryoshka-model/matryoshka
2030 Downloads
A lightweight framework that provides a standard and easy way to implement a model service layer
josemmo/umysql
663 Downloads
Uncomplicated MySQL Abstraction Layer
johnwilson/jsondb
5 Downloads
JSON document db abstraction layer over MySQL
intelligenia/lulo
21 Downloads
A minimal ORM for PHP inspired by Django
drewlabs/query
356 Downloads
Provides an abstraction layer for writing query against datasource
cubiclesoft/to-composer
2137 Downloads
CubicleSoft PHP Software Development Libraries for Composer
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
aeondigital/phpdal
352 Downloads
Provê uma camada de acesso à bancos de dados.
soupmix/elasticsearch
87 Downloads
Simple Elasticsearch abstraction layer adapter to handle CRUD operations.
k-gun/oppa
96 Downloads
Oppa: Database abstraction, query building and active record implementation with PHP.
jasny/db-mysql
1247 Downloads
A simple DB layer in PHP for using MySQL
cortex/attributes
803 Downloads
Cortex Attributes is a frontend layer for the robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
taeluf/big-db
66 Downloads
A feature-rich (but somewhat minimalist) database layer for php, with ORM, migrations, and more.
sostheblack/laravel-repository-pattern
339 Downloads
Laravel 10+ - Repositories to the database layer
roy404/schema
58 Downloads
The Schema Builder class is a part of the database layer that allows you to define database tables and their columns using a fluent syntax. It provides a way to create and manipulate database tables without writing SQL queries directly.