Libraries tagged by model layer
cratia/orm-model
2056 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).
kindharika/laravel-api-starter
28 Downloads
Production-ready Laravel API starter: service layer, UUID models, datatable macro, CRUD scaffold with OpenAPI/Swagger.
somosyampi/l5-repository
3139 Downloads
Laravel 5|6|7|8|9|10|11 - Repositories to the database layer
muhammedsalama/laravel-base
13 Downloads
Laravel module generator: one command scaffolds Model, Migration, Enum, Filter+Pagination, Interface, Repository, Service, Form Requests, API Resource, Policy, Controller (Swagger/OA), and Tests.
morisawa_kana/laravel-repository
85 Downloads
Laravel - Repositories to the database layer
luany/database
42 Downloads
Database layer for the Luany ecosystem — PDO connection, Model base, QueryBuilder, and Migration engine.
kenlog/database-custom
110 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.
joshoangtien/repo-design-pattern
0 Downloads
Laravel 5|6|7|8|9 - Repositories to the database layer
full-scale-teams/l5-repository
252 Downloads
Laravel 5|6|7|8|9|10|11|12 - Repositories to the database layer
eksa-com/l5-repository
1050 Downloads
Laravel 5|6|7|8|9|10|11 - Repositories to the database layer
cathedral/builder
384 Downloads
Database Layer builder library with Basic Web & Console interface
titon/db
660 Downloads
The Titon database package provides a basic database abstraction layer and an object relational mapper.
prettus/laravel-repository
17608 Downloads
Repositories to abstract the database layer
guilhermegonzaga/repository
53 Downloads
Repositories for Laravel 5 which is used to abstract the database layer.
cortex/tenants
2997 Downloads
Cortex Tenants is a frontend layer for the contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.