Libraries tagged by controller plugin
remithomas/rt-headtitle
33801 Downloads
ZF2 Plugin to set title easily to your pages from controllers actions
avelpress/avelpress
269 Downloads
AvelPress is a framework for creating WordPress plugins based on Laravel. It includes support for database (Laravel Eloquent), Controllers, Validator, Routes, and more.
mikica/zf2-translate-plugin
2265 Downloads
Simple translation controller plugin.
cetera-labs/cetera-cms-plugin-controller
4234 Downloads
Fastsite CMS Plugin controller
pmvc-plugin/controller
9905 Downloads
PMVC Controller
k1low/controller_prefix
6716 Downloads
`Controller name prefix' custom route plugin for CakePHP
soysaltan/laravel-plugin-system
13 Downloads
A comprehensive Laravel plugin system with automatic registration of routes, controllers, services, views, and configs
gromit/oc-popupbuilder-plugin
228 Downloads
Controller behavior for building popups
tasmaniski/zf2-config-helper
288 Downloads
Provide Controller plugin and View helper for reading a config.
tasmaniski/laminas-config-helper
572 Downloads
Provide Controller plugin and View helper for reading a config.
tasmaniski/zend-config-helper
1755 Downloads
Provide Controller plugin and View helper for reading a config.
bcen/ci-dispatcher
82 Downloads
A CodeIgniter plugin for more restful controller
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.
mvccore/ext-debug-tracy-mvccore
5179 Downloads
MvcCore - Extension - Debug - Tracy - Panel MvcCore - render and add into tracy debug panel current MvcCore application instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Application::GetInstance()); to display main application objects used to render current page response. Rendered objects inside MvcCore app: \MvcCore\Request, \MvcCore\Response, \MvcCore\Router, \MvcCore\Controller, all preroute, predispatch and postdispatch configured handlers and many other internal application values.
mvccore/ext-auth-basic
804 Downloads
MvcCore - Extension - Auth - Basic - simple authentication extension, only to signin/signout user. Extension can use credentials defined in system `config.ini` or in database. Possibility to extend user, signin/signout forms, submit controller and extension class itself.