Libraries tagged by application controller
jasny/mvc
23434 Downloads
The basics for an MVC application
omeka/sanimal-mvc
277 Downloads
Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins (fork)
mouf/security.simplelogincontroller
192271 Downloads
This package contains a simple Splash controller to log into an application. The controller can display a simple form with username/password choice, and has actions to login/logout the application.
inceptia-io/larabrain
155 Downloads
Give your Laravel application self-awareness. Scans models, routes, controllers and migrations, builds a context graph, and answers natural-language questions about your codebase via OpenAI, Gemini, Anthropic or DeepSeek.
matheusfsc28/layercraft
1210 Downloads
A package to generate layered architecture (Controller, Service, Interface, Repository, Model) in Laravel applications.
coding-partners/auto-controller
45 Downloads
The "Auto Controller" package for Laravel allows you to quickly generate fully functional controllers for any model in your application. With a single command, the package will create a controller with all the standard CRUD (Create, Read, Update, Delete) methods, saving you significant time and effort. This enables you to focus on building the core features of your project.
vitek-dev/nette-api-controller
1036 Downloads
Simple API handling implementation for Nette\Application\IPresenter
saloum45/controllergenerate
220 Downloads
😊Un package Laravel qui facilite la génération dynamique de contrôleurs,migrations et de routes dans une application Laravel. a Laravel package that makes it easy to dynamically generate controllers, migrations and routes in a Laravel application.😊
matthiasnoback/symfony-controller-annotation
2168 Downloads
Helper library for creating event listeners that influence a Symfony application flow based on annotations
kematjaya/base-controller-bundle
2289 Downloads
base component for traditional web application
nguyenanhung/slim-3-hmvc-skeleton
23 Downloads
A Slim Framework 3 skeleton Hierarchical Model View Controller application for rapid development
julienlinard/core-php
223 Downloads
Framework MVC complet pour applications PHP avec Container DI, Controllers, Views, Forms, Session et plus
lcobucci/action-mapper
1660 Downloads
Front controller framework for PHP 5.3+ applications
ylsalame/laravel-use-cases
66 Downloads
A reusable UseCase pattern implementation for Laravel applications, including a base UseCase, class inference helper, execution context and an extendable controller.
qkskima/api
112 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.