Libraries tagged by model accessor
envor/parental
140 Downloads
A simple eloquent trait that allows relationships to be accessed through child models.
splitstack/laravel-metamon
232 Downloads
A Laravel package for handling model metadata with role-based access control
saqijaan/laravel-json-column-trait
1314 Downloads
Access json columns as model attributes
popcorn4dinner/policies
4 Downloads
easy to use, non-opinionated library to model complex rules for validations, access control, etc
benzine/orm
59 Downloads
The Benzine Database Access Layer. Includes generation of models, controllers and so on from schema.
benzine/benzine-database
595 Downloads
The Benzine Database Access Layer. Includes generation of models, controllers and so on from schema.
grixu/passport-module-auth
523 Downloads
This package provides model, command & middleware to easily forbid access to certain modules(domains in DDD) when using Client Credentials Grant Tokens
enriko/laravel-attribute-restrictor
12 Downloads
For Laravel. Easy way to restrict access to specified attributes in a Model
yandricr/gpti-php
16 Downloads
This package simplifies your interaction with various GPT models, removing the need for tokens or other methods to access GPT
tiagosampaio/tmdb-api-php
7 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
middleout/doplio
108 Downloads
The Doplio ORM provides a beautiful, PHP DataMapper implementation for working with your database and objects using Eloquent for a access to the raw table data. It completely unties your model from the database.
mediaflux/php-tmdb-api
12 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
lartak/thetvdb-api
12 Downloads
PHP wrapper for The TVDB API v2. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The TVDB.
jay-patel/service-repository
3 Downloads
A package for implementing the repository pattern in Laravel applications, providing a structured approach to data access and manipulation. It creates service, repository, interfaces and migration and model.
insolita/yii2-arsync
30 Downloads
This behavior for automatic or manual sync data between two models, without declaration relation. This behavior must be attached on master model. Main purposes - for sync rarely modified data from more reliable database storage to redis storage for frequently access; Support actual data state in some development cases;