Libraries tagged by model accessor
dan/laravel-cached
33657 Downloads
Your Laravel models, decorated, cached, and pleasantly accessible.
wtfzdotnet/php-tmdb-api
2868 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.
passbase/passbase-php
31154 Downloads
# Introduction Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: [[email protected]](mailto:[email protected]). A User submits a video selfie and valid identifying __Resources__ during a __Verification__ guided by the Passbase client-side integration. Once all the necessary __Resources__ are submitted, __Data points__ are extracted, digitized, and authenticated. These Data points then becomes part of the User's __Identity__. The User then consents to share __Resources__ and/or __Data points__ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | [Identity](#tag/identity_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | [Resource](#tag/resource_model) | A source document used to generate the Data points for a User (E.g. Passport). | | [User](#tag/user_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication There are two forms of authentication for the API: • API Key • Bearer JWT Token
alexinator1/yii2-jta
6185 Downloads
Yii2 extension allows to access attributes of junction table and attach them as child model as properties in many-to-many relation
lake/larke-auth
5075 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
varbox/varbox
501 Downloads
Laravel Admin Panel
futuretek/yii2-dynamicform
659 Downloads
It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility.
jaybizzle/hasmeta
1852 Downloads
Access model meta data as if it was a property on your model
campaigningsoftware/cf-repository-generator
67 Downloads
Generates required repositories, factories and models to access a new Contentful Content Type in Laravel
bigperson/auto-base-buy
3472 Downloads
The package allows you to access data through the base car by model
hexide-digital/model-permissions
1846 Downloads
control access to models using groups and permissions
okipa/laravel-model-json-storage
1375 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
47 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
vcian/laravel-code-insights
84 Downloads
Display all list of controllers, repositories, models, traits, and helpers, allowing you to easily explore and access them