Libraries tagged by laravel restful api
avlima/dingo-api
858 Downloads
A fork from a RESTful API package for the Laravel and Lumen frameworks without auth with query and prints the status code in the body of the response
andrewmclagan/api
17 Downloads
A RESTful API package for the Laravel and Lumen frameworks.
aaronbullard/api
20 Downloads
Restful API parent controller for Laravel 4
viitech/dingo-api
1 Downloads
A RESTful API package for the Laravel and Lumen frameworks.
rasyid46/api
1 Downloads
A RESTful API package for the Laravel and Lumen frameworks.
picanova/dingo-api
5 Downloads
A RESTful API package for the Laravel and Lumen frameworks.
alipeng/dingo-api
1 Downloads
A RESTful API package for the Laravel and Lumen frameworks.
netbuild/apidriver
17 Downloads
An Eloquent model and query builder with support for Restful Api Server using the original Laravel API. This library extends the original Laravel classes, so it uses exactly the same methods. Supports relationships to other models with methods like hasMany, belongsTo, etc.
impleri/laravel-resource
12 Downloads
Alternative API-only RESTful resource implementation for Laravel.
yuritsuki/laravel-swagger
27 Downloads
Provided middleware for generating of swagger-documentation file by run testing of restful API.
xbld/laravel-api-response
15 Downloads
Response for restful API
turbo124/laravel-socialite-api
12 Downloads
package for laravel 5.2 retrieve user datas serve for restful api authentication.
tuongtd/restful-response
5 Downloads
Restful API Response in Json Format, for laravel
tarasov-krk/laravel-swagger
42 Downloads
Provided middleware for generating of swagger-documentation file by run testing of RESTful API.
stevema/laravel-restful
69 Downloads
laravel 中 每个restful接口都需要写一堆方法。我想写一个公共的类 然后继承它 只需要少少的配置就可以输出相关的API接口