Libraries tagged by plugs
mvccore/ext-debug-tracy-routing
5226 Downloads
MvcCore - Extension - Debug - Tracy - Panel Routing - render and add into tracy debug panel all configured routes in current MvcCore application router and to display currently matched route.
mvccore/ext-debug-tracy-refresh
31 Downloads
MvcCore - Extension - Debug - Tracy - Panel Refresh - automatic refresh of current browser tab on selected server directory changes.
mvccore/ext-debug-tracy-mvccore
5105 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-debug-tracy-db
377 Downloads
MvcCore - Extension - Debug - Tracy - Panel Database - render queries with params and execution times.
mvccore/ext-debug-tracy-auth
3806 Downloads
MvcCore - Extension - Debug - Tracy - Panel Auth - render and add into tracy debug panel currently authenticated user from \MvcCore\Ext\Auth service singleton instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Ext\Auth::GetInstance()->GetUser());.
mvccore/ext-debug-tracy-all
1311 Downloads
MvcCore - Extension - Debug - Tracy - All - adapter class for Nette Framework `tracy/tracy` library with all implemented debug panels for MvcCore.
mvccore/ext-controller-datagrid-ag
236 Downloads
MvcCore - Extension - Controller - DataGrid - AgGrid - extension for administration environments with AgGrid JS/TS front-end.
mvccore/ext-controller-datagrid
332 Downloads
MvcCore - Extension - Controller - DataGrid - extension to define and render datagrid component by model class.
mvccore/ext-config-yaml
27 Downloads
MvcCore - Extension - Config - YAML - extension to have YAML configuration files syntax.
mvccore/ext-config-cached
312 Downloads
MvcCore - Extension - Config - Cached - extension to use cached configuration files across multiple environments.
mvccore/ext-cache-redis
407 Downloads
MvcCore - Extension - Cache - Redis - cache implementation extension for Redis.
mvccore/ext-cache-memcached
119 Downloads
MvcCore - Extension - Cache - Memcached - cache implementation extension for Memcached.
mvccore/ext-cache-memcache
126 Downloads
MvcCore - Extension - Cache - Memcache - cache implementation extension for Memcache (older).
mvccore/ext-cache
402 Downloads
MvcCore - Extension - Cache - register and use cache instances, cache interface.
mvccore/ext-auth-basic
762 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.