Libraries tagged by api controller
aziz/laravel5-api-generator
68 Downloads
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
alexvargash/api-guard
106 Downloads
A simple way of authenticating your APIs with API keys using Laravel
alcalyn/serializable-api-response
447 Downloads
Allows to return raw object as controller response so that it will be serialized later by serializer and converted to Symfony Response.
thunken/api-guard
128 Downloads
A simple way of authenticating your APIs with API keys using Laravel
pln0w/rest-api-validator
14 Downloads
A package for creating request objects for pre-controller validation
pelmered/lumen-api-helper
187 Downloads
Collection of traits and base classes for structured and rapid API development
jwadhams/api-guard
856 Downloads
A slightly archaic way of authenticating your APIs with API keys using Laravel
muhaimenul/lara-crud
59 Downloads
This Generator package provides generators like CRUD, API, Controller, Model, Migration for make your development painless.
syncloudsoft/unifi-client
129 Downloads
A simple client for UBNT's new controller API to perform some basic tasks.
shanginn/crudroller
2085 Downloads
Universal API CRUD controller for Laravel and Dingo (Crudroller)
mrmoni/ci-rest
7 Downloads
Codeigniter 3 Restful API Base Controller
naingminkhant/simple-crud
0 Downloads
A Laravel package to auto-generate simple CRUD API (migration, model, controller, repository, route).
inbo/codeigniter-rest
38 Downloads
CodeIgniter 3 RESTful API Resource Base Controller
shuyudao/p2api
0 Downloads
API document generator based on controller method annotation
ehsan-coder/resource-methods
4 Downloads
this package added new methods to modified your api resource, such as you can use only or except methods to customize your api resources when use in controllers.