Libraries tagged by model accessor
abdelhafz/trans-accessor
4 Downloads
simple model translate accessor that help save yor time and make you dry
yepwoo/laravel-parser
2 Downloads
Easily load model relations / accessories / attributes from frontend without changing your API
sukohi/facet
11 Downloads
A Larave package to show accessor, mutator and scope of a specific model.
nojiri1098/laravel-annotate
0 Downloads
Add a method list of scopes, accessors, mutators, relations and so on to top of each model file.
linkorb/ace-editor-mode-php
19 Downloads
Ace editor mode get by file extension
tightenco/parental
1209176 Downloads
A simple eloquent trait that allows relationships to be accessed through child models.
calebporzio/parental
2878438 Downloads
A simple eloquent trait that allows relationships to be accessed through child models.
casbin/laravel-authz
290859 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
php-tmdb/api
370132 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.
donjan-deng/hyperf-casbin
19900 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in hyperf.
casbin/think-authz
14383 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC for ThinkPHP.
ai-access/ai-access
694 Downloads
A flexible PHP library providing access to various AI models (Gemini, OpenAI, Anthropic, DeepSeek, Grok) via a consistent interface.
grok-php/client
2851 Downloads
Grok PHP Client is a robust and community-driven PHP client library for seamless integration with Grok AI API, offering efficient access to advanced AI and data processing capabilities.
wtfzdotnet/php-tmdb-api
2882 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
32770 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