Libraries tagged by reuseable controller
lolaji/laravel-controller-trait
214 Downloads
A reuseable controller trait for laravel controller
travisghansen/kubernetes-controller-php
346 Downloads
reusable Kubernetes controller base
ngos/admin-core
418 Downloads
Reusable admin CRUD core (config-driven controllers/services, Route::crud macro, resource generator) for Laravel + Bootstrap 5, with a custom branded admin theme.
micro-module/rest-bundle
2993 Downloads
Reusable REST API infrastructure bundle: API versioning, base controllers, DTO mapping, JSON path filtering, event listeners, CSRF protection, and pagination/HATEOAS traits
azyouness/request-to-form-bundle
8 Downloads
Map HTTP request payloads to Symfony forms from controller attributes or a reusable mapper service.
sirserik/admin-core
34 Downloads
Headless admin panel core for META University sites (Inertia + Vue 3 + Tiptap). Provides base Inertia controllers, Resource API, block library, and reusable Vue components.
ylsalame/laravel-use-cases
112 Downloads
A reusable UseCase pattern implementation for Laravel applications, including a base UseCase, class inference helper, execution context and an extendable controller.
vkr/controller-delegation-bundle
14 Downloads
A bundle for Symfony2/3 that allows to use Delegation pattern while constructing other reusable bundles
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).
milenmk/laravel-livewire-crud
32 Downloads
A reusable CRUD package for Laravel controllers and Livewire components, designed to simplify and standardize common database operations(create, read, update, delete), reduce boilerplate code, and support bulk actions.
snype/api-response
3 Downloads
A lightweight Laravel package for consistent and elegant JSON API responses. Simplify your controllers with ApiResponse::success() and ApiResponse::error() methods for structured and reusable response formats.
hafizmmoaz/laravel-rest-api
4 Downloads
A minimal, reusable REST API toolkit for Laravel: consistent JSON responses, a typed exception hierarchy, and base API model/controller.
ceedcv-maya/shared-http-laravel
913 Downloads
Reusable HTTP utilities for Laravel APIs: standardized JSON response envelope, health endpoint, app metadata controller, exception handler, accent-fold search support.
survos/fetch-bundle
446 Downloads
HTTP fetch utilities for Symfony: caching (RFC 9111 or app-controlled TTL), retry/backoff, bounded concurrency, and resumable downloads. Optional JSONL dataset-harvesting pagination on top if survos/jsonl-bundle is installed.
curly-deni/laravel-scopes
20 Downloads
A set of reusable Eloquent global scopes for controlling model visibility based on user ownership and public/private status, designed for seamless integration with Laravel authorization policies.