Libraries tagged by api-resource
stalkdeveloper/laravel-crud-generator
5 Downloads
Laravel CRUD generator package for API and Web with customizable Artisan command and built-in support for models, controllers, form validation, API resources and Blade views.
sqits/laravel-api-skeleton
106 Downloads
Package to create a complete Laravel API resource according to stub files.
sakshsky/laravel-api-optimizer
0 Downloads
A Laravel package to optimize API resources with sparse fieldsets, caching, and more.
retrowaver/allegro-rest-api-v2
48 Downloads
Second version of a simple interface for Allegro REST API resources. Built on top of https://github.com/Wiatrogon/php-allegro-rest-api, which was rewritten for the most part.
rakesh1994/phpkiteconnect
14 Downloads
The PHP client library for the Kite Connect trading APIs Resources
radsphere/rest-bundle
810 Downloads
This Bundle provides various tools to rapidly develop RESTful API's resources with Symfony2 with minimal code on your controllers using the power full symfony2 form binding and http foundation component
pz/jsonapi-resource
158 Downloads
PHP 8.0 Library for parsing JSON:API resource in to data response.
polysource/adapter-http
9 Downloads
Polysource — HTTP REST API adapter: list, browse, write external API resources through the admin (with cursor or page-based pagination strategies).
oussema-khlifi/api-rate-limiter
0 Downloads
API RATE LIMITER is a package that provides a middelware for laravel applications to enforce rate limiting on incoming API requests using the Token Bucket Algorithm, it helps to prevent abuse of API resources and ensures fair access to the API for all users
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
nbo/rest-api-bundle
157 Downloads
Out of the box generic Symfony 5 REST API backend, transform any Doctrine entity and his relations onto API resources.
naranarethiya/model-resource-generator
13 Downloads
Automatically generate API resource classes for your Laravel models, simplifying the process of transforming your models into API resources with ease.
mustafafares/laravel-selective-response
14 Downloads
Automatic API resource filtering based on model select() queries with optional Scramble documentation support
monkeyscloud/monkeyslegion-resources
0 Downloads
API Resources & Transformers — PHP 8.4 property hooks, JSON:API, attribute-driven field control, pagination, and OpenAPI schema generation
mogody/hyperf-resource
165 Downloads
Api resource classes allow you to expressively and easily transform your models and model collections into JSON