tomFlidr member since: Oct 07, 2016
tomFlidr's packages
-
PHP
mvccore/ext-cache
MvcCore - Extension - Cache - register and use cache instances, cache interface.
-
PHP
mvccore/ext-cache-memcache
MvcCore - Extension - Cache - Memcache - cache implementation extension for Memcache (older).
-
PHP
mvccore/ext-cache-memcached
MvcCore - Extension - Cache - Memcached - cache implementation extension for Memcached.
-
PHP
mvccore/ext-cache-redis
MvcCore - Extension - Cache - Redis - cache implementation extension for Redis.
-
PHP
mvccore/ext-config-cached
MvcCore - Extension - Config - Cached - extension to use cached configuration files across multiple environments.
-
PHP
mvccore/ext-config-yaml
MvcCore - Extension - Config - YAML - extension to have YAML configuration files syntax.
-
PHP
mvccore/ext-controller-datagrid
MvcCore - Extension - Controller - DataGrid - extension to define and render datagrid component by model class.
-
JavaScript
mvccore/ext-controller-datagrid-ag
MvcCore - Extension - Controller - DataGrid - AgGrid - extension for administration environments with AgGrid JS/TS front-end.
-
PHP
mvccore/ext-debug-tracy
MvcCore - Extension - Debug - Tracy - adapter class for Nette Framework `tracy/tracy` library.
-
mvccore/ext-debug-tracy-all
MvcCore - Extension - Debug - Tracy - All - adapter class for Nette Framework `tracy/tracy` library with all implemented debug panels for MvcCore.
-
PHP
mvccore/ext-debug-tracy-auth
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());.
-
PHP
mvccore/ext-debug-tracy-db
MvcCore - Extension - Debug - Tracy - Panel Database - render queries with params and execution times.
-
PHP
mvccore/ext-debug-tracy-mvccore
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.
-
PHP
mvccore/ext-debug-tracy-refresh
MvcCore - Extension - Debug - Tracy - Panel Refresh - automatic refresh of current browser tab on selected server directory changes.
-
PHP
mvccore/ext-debug-tracy-routing
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.