Packages from mvccore
- 
                JavaScript mvccore/app-questionnairesMvcCore Application - Questionnaires & Statistics - more complex example how to build very portable app with questionnaires definitions in XML, any question types also defined in XML and answers and anonymous statistics stored and loaded from mysql/mssql database. 
- 
                
- 
                PHP mvccore/example-cdcolMvcCore Example - CD collection - classic CRUD example with default SQLite database and authentication. 
- 
                PHP mvccore/example-cdcol-basicMvcCore Example - CD collection - classic CRUD example with default SQLite database. 
- 
                PHP mvccore/example-cdcol-extended-modelsMvcCore Example - CD collection - classic CRUD example with default SQLite database and extended models. 
- 
                PHP mvccore/example-cdcol-multilang-mobileMvcCore Example - CD collection - classic CRUD example with default SQLite database, with authentication, with multilanguage routes and mobile version. 
- 
                PHP mvccore/example-cdcol-separated-doc-rootMvcCore Example - CD collection - classic CRUD example with default SQLite database and separated document root. 
- 
                
- 
                
- 
                PHP mvccore/example-helloworldMvcCore - Example - Hello World - very simple application with possibility to pack into single PHP result file. 
- 
                PHP mvccore/example-helloworld-portableMvcCore - Example - Hello World For Portable Packing - basic application packing demonstration. 
- 
                
- 
                PHP mvccore/example-translatorMvcCore Example - Pig Latin Translator - translate English to Pig Latin - https://en.wikipedia.org/wiki/Pig_Latin. 
- 
                PHP mvccore/ext-authMvcCore - Extension - Auth - authentication module with automatic authentication module type detection by loaded classes. 
- 
                PHP mvccore/ext-auth-basicMvcCore - 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. 
- 
                PHP mvccore/ext-cacheMvcCore - Extension - Cache - register and use cache instances, cache interface. 
- 
                PHP mvccore/ext-cache-memcacheMvcCore - Extension - Cache - Memcache - cache implementation extension for Memcache (older). 
- 
                PHP mvccore/ext-cache-memcachedMvcCore - Extension - Cache - Memcached - cache implementation extension for Memcached. 
- 
                PHP mvccore/ext-cache-redisMvcCore - Extension - Cache - Redis - cache implementation extension for Redis. 
- 
                PHP mvccore/ext-config-cachedMvcCore - Extension - Config - Cached - extension to use cached configuration files across multiple environments. 
- 
                PHP mvccore/ext-config-yamlMvcCore - Extension - Config - YAML - extension to have YAML configuration files syntax. 
- 
                PHP mvccore/ext-controller-datagridMvcCore - Extension - Controller - DataGrid - extension to define and render datagrid component by model class. 
- 
                JavaScript mvccore/ext-controller-datagrid-agMvcCore - Extension - Controller - DataGrid - AgGrid - extension for administration environments with AgGrid JS/TS front-end. 
- 
                PHP mvccore/ext-debug-tracyMvcCore - Extension - Debug - Tracy - adapter class for Nette Framework `tracy/tracy` library. 
- 
                mvccore/ext-debug-tracy-allMvcCore - Extension - Debug - Tracy - All - adapter class for Nette Framework `tracy/tracy` library with all implemented debug panels for MvcCore. 
- 
                PHP mvccore/ext-debug-tracy-authMvcCore - 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-dbMvcCore - Extension - Debug - Tracy - Panel Database - render queries with params and execution times. 
- 
                PHP mvccore/ext-debug-tracy-mvccoreMvcCore - 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-refreshMvcCore - Extension - Debug - Tracy - Panel Refresh - automatic refresh of current browser tab on selected server directory changes. 
- 
                PHP mvccore/ext-debug-tracy-routingMvcCore - 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. 
- 
                PHP mvccore/ext-debug-tracy-sessionMvcCore - Extension - Debug - Tracy - Panel Session - render and add into tracy debug panel $_SESSION content and \MvcCore\Session namespaces content. 
- 
                PHP mvccore/ext-formMvcCore - Extension - Form - form extension with base classes to create and render web forms with HTML5 controls, to handle and validate submited user data, to manage forms sessions for default values, to manage user input errors and to extend and develop custom fields and field groups. 
- 
                mvccore/ext-form-allMvcCore - Extension - Form - All - form extension with with all form packages to create and render web forms with HTML5 controls, to handle and validate submited user data, to manage forms sessions for default values, to manage user input errors and to extend and develop custom fields and field groups. 
- 
                PHP mvccore/ext-form-field-buttonMvcCore - Extension - Form - Field - Button - form field types - button:submit, button:reset, input:submit, input:reset and image. 
- 
                PHP mvccore/ext-form-field-dateMvcCore - Extension - Form - Field - Date - form field types - input:date, input:datetime-local, input:time, input:week and input:month. 
- 
                PHP mvccore/ext-form-field-fileMvcCore - Extension - Form - Field - File - form field input:file to upload file(s) and uploaded files validation. 
- 
                PHP mvccore/ext-form-field-numericMvcCore - Extension - Form - Field - Numeric - form field types - input:number and input:range. 
- 
                PHP mvccore/ext-form-field-selectionMvcCore - Extension - Form - Field - Selection - form field types - select, country select, checkbox, radio button, color and checkboxes group. 
- 
                PHP mvccore/ext-form-field-textMvcCore - Extension - Form - Field - Text - form field types - input:text, input:email, input:password, input:search, input:tel, input:url and textarea. 
- 
                PHP mvccore/ext-form-validator-specialMvcCore - Extension - Form - Validator - Special - form special text and numeric validators - company ID (EU), company VAT ID (EU), credit card, hexadecimal number, IBAN bank account number, IP address and ZIP code. 
- 
                PHP mvccore/ext-model-dbMvcCore - Extension - Model - Database - base model database extension with base and abstract classes and interfaces to work with sql queries in more comfortable API. 
- 
                PHP mvccore/ext-model-db-mysqlMvcCore - Extension - Model - Database - MySQL - extension to work with MySQL/MariaDB/Percona Server SQL queries in more comfortable API. 
- 
                PHP mvccore/ext-model-db-pgsqlMvcCore - Extension - Model - Database - Postgre SQL - extension to work with Postgres SQL queries in more comfortable API. 
- 
                PHP mvccore/ext-model-db-sqliteMvcCore - Extension - Model - Database - SQLite - extension to work with SQLite queries in more comfortable API. 
- 
                PHP mvccore/ext-model-db-sqlsrvMvcCore - Extension - Model - Database - Microsoft SQL - extension to work with Microsoft Sql Server queries in more comfortable API. 
- 
                PHP mvccore/ext-modelformMvcCore - Extension - ModelForm - extension to build forms by decorated model classes. 
- 
                PHP mvccore/ext-request-apachedpiMvcCore - Extension - Request - Apache DPI - request BasePath property correction for applications using Apache .htaccess [DPI] flag. 
- 
                PHP mvccore/ext-request-cliMvcCore - Extension - Request - CLI - console arguments parsing into \MvcCore\Request object. 
- 
                PHP mvccore/ext-router-extendedMvcCore - Extension - Router - Extended - trait with additional properties, setters and getters required by extended router implementations - localized router and media site version router. 
- 
                PHP mvccore/ext-router-localizationMvcCore - Extension - Router - Media & Localization - extension to manage website localizations (language or language and locale). For any HTTP method, multi or single language (or lang. with locale) patterns and reverses, URL addresses like `/en/path` or `/en-US/path`, very configurable. 
- 
                PHP mvccore/ext-router-mediaMvcCore - Extension - Router - Media - extension to manage website media versions (full/tablet/mobile) for different templates/CSS/JS files rendering, optionally contained in URL address in the beginning. 
- 
                PHP mvccore/ext-router-media-localizationMvcCore - Extension - Router - Media & Localization - extension to manage website media versions (full/tablet/mobile) for different templates/CSS/JS files rendering and to manage website localizations (language or language and locale), optionaly contained in url address in the beinning. 
- 
                PHP mvccore/ext-router-moduleMvcCore - Extension - Router - Modules - extension to manage multiple websites in a single project, defined by domain routes, targeted by module property in URL completing. 
- 
                PHP mvccore/ext-router-module-localizationMvcCore - Extension - Router - Modules With Localization - extension to manage multiple websites in a single project and to manage website localizations (language or language and locale), optionaly contained in a domain or in URL address in the beginning. 
- 
                PHP mvccore/ext-router-module-mediaMvcCore - Extension - Router - Modules With Media - extension to manage multiple websites in a single project and to manage website media versions (full/tablet/mobile) for different templates/CSS/JS files rendering, optionally contained in a domain or in URL address in the beginning. 
- 
                PHP mvccore/ext-router-module-media-localizationMvcCore - Extension - Router - Modules With Media & Localization - extension to manage multiple websites in a single project, to manage website media versions (full/tablet/mobile) for different templates/CSS/JS files rendering and to manage website localizations (language or language and locale), optionally contained in URL address in the beginning. 
- 
                C# mvccore/ext-tool-cli-winforkMvcCore - Extension - Tool - CLI - Windows Fork - .NET Framework 4 utility for CLI calls via PHP `shell_exec()` or `system()` to fork new process in background. 
- 
                PHP mvccore/ext-tool-collectionsMvcCore - Extension - Tool - Collections - extension with collection classes for typed arrays in PHP. 
- 
                PHP mvccore/ext-tool-cspMvcCore - Extension - Tool - Csp - utility to easilly complete `Content-Security-Policy` HTTP header. 
- 
                PHP mvccore/ext-tool-imageMvcCore - Extension - Tool - Image - object oriented image processing tool supporting many popular web images operations. 
- 
                PHP mvccore/ext-tool-localeMvcCore - Extension - Tool - Locale - properly set and get system locale settings by PHP ` setlocale();` across any system platform. 
- 
                PHP mvccore/ext-tool-locale-floatparserMvcCore - Extension - Tool - Locale - FloatParser - parse float by automatic floating point detection or parse float value by `Intl` extension. 
- 
                PHP mvccore/ext-tool-mimetype-extensionMvcCore - Extension - Tool - MimeType & Extensions - extension to get file mimetype(s) strings array from file extension string or to get file extension(s) strings array from file mimetype string. 
- 
                PHP mvccore/ext-tool-ts-generatorMvcCore - Extension - Tool - TypeScript Generator - utility to easilly generate TypeScript classes, interfaces or enums from PHP equivalents. 
- 
                PHP mvccore/ext-translatorMvcCore - Extension - Translator - abstract class and interface support code to create more sofisticated translators. 
- 
                PHP mvccore/ext-translator-csvMvcCore - Extension - Translator - CSV - simple CSV translator implementation. 
- 
                PHP mvccore/ext-view-helperMvcCore - Extension - View - Helper - abstract class code and interface support code to create more sofisticated view helpers with better setup and protected properties. 
- 
                mvccore/ext-view-helper-allMvcCore - Extension - View - Helper - All - all MvcCore View Helper extensins together. 
- 
                PHP mvccore/ext-view-helper-assetsMvcCore - Extension - View - Helper - Assets - to group, render, minify and cache javascript and css files, to prepare all application assets for final application packing. 
- 
                PHP mvccore/ext-view-helper-dataurlMvcCore - Extension - View - Helper - Data URL - get any file content by given relative or absolute path in data url format: `data:image/png;base64,iVBOR..`. 
- 
                PHP mvccore/ext-view-helper-formatdateMvcCore - Extension - View - Helper - FormatDate - format given date or time by `Intl` extension or by `strftime()` as fallback. 
- 
                PHP mvccore/ext-view-helper-formatmoneyMvcCore - Extension - View - Helper - FormatMoney - format money by `Intl` extension or by locale formating conventions or by explicit or default arguments. 
- 
                PHP mvccore/ext-view-helper-formatnumberMvcCore - Extension - View - Helper - FormatNumber - format number by `Intl` extension or by locale formating conventions or by explicit or default arguments. 
- 
                PHP mvccore/ext-view-helper-internationalizedMvcCore - Extension - View - Helper - Internationalized - abstract class to process date, number or money formating by `Intl` extension or by locale formating conventions. 
- 
                PHP mvccore/ext-view-helper-linebreaksMvcCore - Extension - View - Helper - Line Breaks - processing any visible text content for non-line breaking spaces. 
- 
                PHP mvccore/ext-view-helper-truncateMvcCore - Extension - View - Helper - Truncate - truncate plain text or text with html tags to max. chars. 
- 
                PHP mvccore/ext-view-helper-writebyjsMvcCore - Extension - View - Helper - WriteByJs - prevent sensitive content against spam bots and convert content into JS `<script>document.write(String.fromCharCode(...));`</script>. 
- 
                PHP mvccore/mvccoreMvcCore is PHP MVC framework to develop and pack projects (partialy or completely) into super fast single file apps and tools. 
- 
                PHP mvccore/packagerLibrary to pack any type of app into PHAR archive or any MvcCore app into single PHP super fast result file. 
- 
                PHP mvccore/project-basicMvcCore - Project - Basic - basic website project, not designed for full portable build/pack. 
- 
                PHP mvccore/project-basic-portableMvcCore - Project - Basic - basic website project, designed for full portable build/pack. 
- 
                PHP mvccore/project-portableMvcCore - Project - Basic - Template For Portable Packing - basic website template project packing demonstration. 
