Libraries tagged by model accessor
okipa/laravel-model-json-storage
1378 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
anlutro/access
49 Downloads
RBAC models for Laravel 4.
pensoft/laravel-authz
108 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
vcian/laravel-code-insights
85 Downloads
Display all list of controllers, repositories, models, traits, and helpers, allowing you to easily explore and access them
pedro151/orm-generator
335 Downloads
orm-generator maps the entire database and then creates the DAO (Data Access Object) and ORM (Object-relational mapping) of the entire database to facilitate the development. uses various types of databases like Postgres and Mysql and various types of ORM framework.
jaybizzle/hasmeta
1852 Downloads
Access model meta data as if it was a property on your model
campaigningbureau/cf-repository-generator
9561 Downloads
Generates required repositories, factories and models to access a new Contentful Content Type in Laravel
casbin/hyperf-permission
2 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in Hyperf.
casbin/easyswoole-permission
123 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in EasySwoole.
xbnz/google-gemini-api
17 Downloads
HTTP clients for accessing Google's AI models and OAuth2 service
wfeller/parental
1699 Downloads
A simple eloquent trait that allows relationships to be accessed through child models.
tigusigalpa/monica-api-php
4 Downloads
PHP client library for Monica API Platform - unified access to multiple AI models
splitstack/laravel-metamon
240 Downloads
A Laravel package for handling model metadata with role-based access control
saqijaan/laravel-json-column-trait
1328 Downloads
Access json columns as model attributes
darrylkuhn/enforce
189 Downloads
Enforce access control restrictions using Eloquent models