Libraries tagged by api resources
sensorario/resources
2253 Downloads
A tool for api resources management
prestashop/ps_apiresources
257851 Downloads
PrestaShop - API Resources
oilstone/api-typesense-integration
1641 Downloads
Integration service classes to connect garethhudson07/api resources with a Typesense index
oilstone/api-resource-loader
2067 Downloads
An extension of the garethhudson07/api to add class based resource resolution
numeno/api-admin
20 Downloads
## Introduction Use the Numeno Administration API to create API Keys and set their permissions (which we call Scopes). This API is meant to be used by administrators of your organization. ## Scopes Scopes are used to let API Keys access only certain parts of the API. Scopes are expressed as a string of the form `api:resource:action`. For example, from the Numeno Article Recommender API (`art-rec`): - `art-rec:feeds:read` - can read any Feed (eg. `GET` `/feeds`, `/feeds/:id`, `/feeds/:id/streams`, etc.) - `art-rec:feeds:write` - can write (and read) any Feed - `art-rec:feeds:*` - can perform any action on Feeds - `art-rec:*:read` - can read any resource on `art-rec` - `*:*:*` - can do everything
moofik/laravel-resources-extensions
20 Downloads
This package provide new resource classes and helper traits which will extent standard abilities of Laravel resources
media24si/api-resource
2448 Downloads
Laravel Guzzle Api Resource Package
manajet/laravel-extra-resource
1988 Downloads
This packages allows you to add extra parameters to your Eloquent API resources and collections.
freedom/api-resource
3879 Downloads
Yet another package for building laravel api implementation
firevel/api-resource-schema-generator
81 Downloads
benyaminrmb/laravel-dynamic-resources
17 Downloads
creating dynamic API resources
baethon/laravel-resource
1260 Downloads
Conveniant factory for Laravel API resources
agilepixels/laravel-resource-abilities
517 Downloads
Add abilities to Laravel API resources
skore-labs/laravel-json-api
652 Downloads
Integrate JSON:API resources on Laravel
fangx/resource
935 Downloads
A api resource component for hyperf.