Libraries tagged by api controller
alagiesinghateh/laravel-docmaker
10 Downloads
A Laravel package to generate API documentation from controller annotations
timephp/rest
13 Downloads
Rest controller to create api routes
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.
ramonbakker1992/validation-rules-helper
14 Downloads
This package allows validation rules to be defined globally and reused. This way you can use the same rules for your Controller, Action classes, API post/update routes, Livewire and other sections.
phpcoreapi/phpcoreapi
15 Downloads
PHP Core API CLI to create PHP API projects with routing, controllers, and database setup
kareemtarek/crud-pack
59 Downloads
A comprehensive full-stack CRUD scaffolding framework layer built on a reusable Laravel CRUD generator → Controllers (Web/API), FormRequests (validation), Models, Migrations, Policies (multiple auth styles), Views (Blades), Routes (Web/API), Postman collection (from API routes).
dleo/unifiapi
102 Downloads
API Class for Unifi Controller
bangpound/twitter-streaming-bundle
47 Downloads
Entities and admin controllers for streaming API parameters
susantokun/laravel-crud-generator
21 Downloads
Laravel CRUD Generator (Controller, Model, View, Route & API)
rerout/laravel
0 Downloads
Laravel integration for the Rerout branded-link API — service provider, facade, config, webhook controller, and events.
premmohantyagi/google-charts-laravel
3 Downloads
A Laravel package to easily create Google Charts using PHP, Blade components, controllers, database queries, collections, and APIs.
mlk9/dual-response
10 Downloads
With this package, you can operate your API and web in a single controller. (Laravel 6>=)
didasto/apilot
28 Downloads
A Laravel package for rapid REST API development with model-based CRUD controllers.
concentriccloud/dual-response-bundle
7 Downloads
Allows controllers to return a JSON api response or a twig response based on the HTTP request
anasa/response-strategy
65 Downloads
Package to isolate the logic that determines the return type of the controller based on the source (API/Web)