Libraries tagged by api controller
travisghansen/kubernetes-controller-php
329 Downloads
reusable Kubernetes controller base
stackmasteraliza/laravel-api-response
56 Downloads
A clean, fluent, and consistent API response builder for Laravel 10/11/12. Features standardized JSON responses, automatic pagination metadata, built-in exception handling, validation error formatting, and a convenient trait for controllers.
qkskima/api
222 Downloads
A lightweight TYPO3 API middleware providing a clean, Extbase-free way to define REST-style endpoints under /api/* paths. Includes CSRF protection, frontend authentication support, and allows endpoint access from Fluid without plugins or TypoScript. Ideal for lean SPA-like applications, HTML-over-the-wire workflows, or lightweight headless-style integrations without a frontend build pipeline.
mkd/laravel-fast-api
8 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.
mattjanssen/api-response-bundle
9597 Downloads
Symfony bundle for transforming controller action returns and exceptions into JSON API responses
islamic-network/ilm-api-base
10 Downloads
Shared serving runtime for the ilm domain APIs: snapshot repository, DTO utilities, response cache, base controller and search scanner.
iramgutierrez/laravel-resource-api
111 Downloads
Create a resource API for Laravel 5.2: entity, repository, manager, validator, controller, migration, table , route and documentation
bulatronic/api-kit
63 Downloads
Lightweight Symfony bundle for building REST APIs with DTO-first validation, standardized responses, and thin controllers
awalko/api-guard
52 Downloads
A simple way of authenticating your APIs with API keys using Laravel
art-of-wifi/unifi-network-application-api-client
91 Downloads
A PHP API client for the official UniFi Network Application API, built on Saloon with a fluent interface for easy integration
sehrgut/laravel5-api
6515 Downloads
A modular controller for exposing your Laravel 5 Eloquent models as a REST API.
laraditz/crudless
22 Downloads
Minimal base API controller for Laravel - full CRUD with a single property declaration.
rahasistiyak/laravel-super-artisan
8 Downloads
A powerful Laravel scaffolding package — generate Models, Controllers, Repositories, APIs, Filament resources, Policies, Actions, and more with a single command. Includes a complete Workflow runner for Artisan command sequences.
muhammedsalama/laravel-base
13 Downloads
Laravel module generator: one command scaffolds Model, Migration, Enum, Filter+Pagination, Interface, Repository, Service, Form Requests, API Resource, Policy, Controller (Swagger/OA), and Tests.
creads/api2symfony
766 Downloads
PHP library to automatically generate Symfony2 controllers from API specifications (RAML, Blueprint, Swagger...)