Libraries tagged by api resource

apilaravue/apilaravue

10 Favers
40 Downloads

This is a framwork for large web projects. ApiLaravue uses Laravel 5.4 as backend integrated with laravel passport and laravel cors, Vuejs as frontend and the two communicate via API calls. It also include redis already installed and configured in the backend and frontend, a node server already created and configure for realtime communication and some vue packages are also install in the frontend such as vue-router, vue-resource, vue-socket.io, and sweetalert.

Go to Download


robertlemke/rackspacecloudfiles

6 Favers
650 Downloads

API for using Rackspace Cloudfiles programatically and as a resource storage and publishing target.

Go to Download


zfegg/api-resource-doctrine

1 Favers
139 Downloads

Restful api resource of Doctrine.

Go to Download


vskut/laravel-api-resource-filterable

0 Favers
2 Downloads

Filtering trait for Laravel 5 Api Resources.

Go to Download


taylornetwork/laravel-api-resource

0 Favers
3 Downloads

Go to Download


swoolecan/hyperf-resource

0 Favers
35 Downloads

A api resource component for hyperf.(based https://github.com/fangx-packages/hyperf-resource)

Go to Download


sqits/laravel-api-skeleton

2 Favers
106 Downloads

Package to create a complete Laravel API resource according to stub files.

Go to Download


sevming/laravel-api-resource

0 Favers
21 Downloads

Laravel API Resource

Go to Download


sedp-mis/base-api

0 Favers
99 Downloads

Abstraction for api resources in laravel

Go to Download


sakshsky/laravel-api-optimizer

0 Favers
0 Downloads

A Laravel package to optimize API resources with sparse fieldsets, caching, and more.

Go to Download


retrowaver/allegro-rest-api-v2

0 Favers
47 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.

Go to Download


pz/jsonapi-resource

1 Favers
158 Downloads

PHP 8.0 Library for parsing JSON:API resource in to data response.

Go to Download


oussema-khlifi/api-rate-limiter

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

Go to Download


numeno/api-admin

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

Go to Download


nbo/rest-api-bundle

2 Favers
157 Downloads

Out of the box generic Symfony 5 REST API backend, transform any Doctrine entity and his relations onto API resources.

Go to Download


<< Previous Next >>