Libraries tagged by model accessor

abdelhafz/trans-accessor

2 Favers
4 Downloads

simple model translate accessor that help save yor time and make you dry

Go to Download


yepwoo/laravel-parser

0 Favers
2 Downloads

Easily load model relations / accessories / attributes from frontend without changing your API

Go to Download


sukohi/facet

0 Favers
11 Downloads

A Larave package to show accessor, mutator and scope of a specific model.

Go to Download


nojiri1098/laravel-annotate

0 Favers
0 Downloads

Add a method list of scopes, accessors, mutators, relations and so on to top of each model file.

Go to Download


linkorb/ace-editor-mode-php

1 Favers
19 Downloads

Ace editor mode get by file extension

Go to Download


tightenco/parental

1445 Favers
1209176 Downloads

A simple eloquent trait that allows relationships to be accessed through child models.

Go to Download


calebporzio/parental

1425 Favers
2878438 Downloads

A simple eloquent trait that allows relationships to be accessed through child models.

Go to Download


casbin/laravel-authz

317 Favers
290859 Downloads

An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.

Go to Download


php-tmdb/api

427 Favers
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.

Go to Download


donjan-deng/hyperf-casbin

96 Favers
19900 Downloads

An authorization library that supports access control models like ACL, RBAC, ABAC in hyperf.

Go to Download


casbin/think-authz

273 Favers
14383 Downloads

An authorization library that supports access control models like ACL, RBAC, ABAC for ThinkPHP.

Go to Download


ai-access/ai-access

43 Favers
694 Downloads

A flexible PHP library providing access to various AI models (Gemini, OpenAI, Anthropic, DeepSeek, Grok) via a consistent interface.

Go to Download


grok-php/client

27 Favers
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.

Go to Download


wtfzdotnet/php-tmdb-api

422 Favers
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.

Go to Download


passbase/passbase-php

10 Favers
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

Go to Download


<< Previous Next >>