There are no reviews yet. Be the first to send feedback to the community and the maintainers!
mvccore
PHP MVC framework to create web applications in standard way, with many extensions and examples, with option to pack whole project (partially or completely) into super fast single file app or web tool.app-questionnaires
App with desktop/mobile version, all data in XML, dynamic forms completing, all possible ways to pack.packager
Pack PHP MVcCore application into single PHP file or any PHP application into PHAR archive.ext-tool-locale
Properly set and get system locale settings by PHP ` setlocale();` across any system platform.ext-form-field-numeric
MvcCore form extension with input field types number and range.example-cdcol
Classic CD collection CRUD example with default SQLite database and authentication.ext-config-yaml
Yaml configuration files syntax.ext-form-field-selection
MvcCore form extension with fields select, country select, checkbox(es), radios and color.example-cdcol-multilang-mobile
Classic CD collection CRUD example with default SQLite database, with authentication, with multilanguage routes and mobile version.project-basic
MvcCore basic website project template, not designed for full portable build/pack.ext-view-helper-assets
View helper ext. to group files, render PHP content, complete assets url, cache and deliver as one response and much more.ext-router-module-media
MvcCore Router 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.ext-tool-mimetype-extension
MvcCore extension to get file mimetype(s) strings array from file extension string or to get file extension(s) strings array from file mimetype string.ext-form-field-text
MvcCore form extension with input field types text, email, password, search, tel, url and textarea field.ext-request-cli
MvcCore Extension - Request - CLI - console arguments parsing into \MvcCore\Request object.ext-form-field-button
MvcCore form extension with button fields and input submit fields.apidocs
API documentation and license files for MvcCore framework and all it's extensions.ext-control
Extension to create, dispatch and render from base class \MvcCore\Ext\Control any web controls, widgets and navigations.ext-auth
Simple authentication service extension to authenticate user by config.ini credentials, possible to extend more.example-cdcol-basic
Classic CD collection CRUD example with default SQLite database.ext-view-helper
Abstract class code and interface support code to create more sofisticated view helpers with better setup and protected properties.ext-view-helper-internationalized
Abstract class to process date, number or money formating by `Intl` extension or by locale formating conventions.ext-router-module-media-localization
MvcCore Router 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.ext-form
MvcCore extension to render web forms, handle submits, managing fields, sessions and errors, extension with all form packages.project-portable
MvcCore empty template project skeleton for portable packing/building.example-cdcol-portable
Project skeleton to build/pack MvcCore CD Collection examples.ext-view-helper-dataurl
Get any file content by given relative or absolute path in data url format: `data:image/png;base64,iVBOR..`.ext-tool-locale-floatparser
Parse float by automatic floating point detection or parse float value by `Intl` extension.ext-form-js
Library to compile custom javascripts for mvccore/simpleform library, which serves web forms and much more.ext-form-validator-special
MvcCore form extension with special text and numeric validators.ext-request-apachedpi
\MvcCore\Request extension - request BasePath property correction for applications using Apache .htaccess [DPI] flag.ext-debug-tracy-mvccore
Extension for \MvcCore\Ext\Debug\Tracy extension to render MvcCore application instance overview.ext-form-all
MvcCore form extension with all field types and validators.ext-form-field-date
MvcCore form extension with input field types date, datetime, time, week and month.ext-view-helper-linebreaks
View helper ext. to process visible text content for non-line breaking spaces by configured rules.ext-view-helper-all
All MvcCore view helpers in one package.example-console
MvcCore console application exampleapp-xmldocs
Multi language app with infinite controllers and views tree structure, no database, all data in XML, everything packed.example-helloworld
Basic MvcCore hello world application.ext-debug-tracy-session
Extension for \MvcCore\Ext\Debug\Tracy extension to render $_SESSION content and \MvcCore\Session namespaces content.example-helloworld-portable
Basic MvcCore Hello world application packaging demonstration.ext-view-helper-formatdate
Format given date by configured format mask and by (automaticly) configured system locale settings.ext-router-media
MvcCore Router extension to manage website media versions (full/tablet/mobile) for different templates/CSS/JS files rendering, optionally contained in URL address in the beginning.ext-view-helper-formatmoney
Format money by `Intl` extension or by locale formating conventions or by explicit or default arguments.example-file-manager
Single PHP file manager and editor. this project is in progress!ext-debug-tracy-routing
Extension for \MvcCore\Ext\Debug\Tracy extension to render configured routes and currently matched route.ext-router-module-localization
MvcCore Router 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.ext-tool-image
MvcCore Extension - Tool - Image - object oriented image processing tool supporting many popular web images operations.ext-form-field-file
MvcCore form extension with input type file and file upload validation.project-basic-portable
MvcCore basic website project, designed for full portable build/pack.ext-debug-tracy-auth
Ext for \MvcCore\Ext\Debug\Tracy to render currently authenticated user from \MvcCore\Ext\Auth::GetInstance()->GetUser();ext-router-module
MvcCore Router extension to manage multiple websites in a single project, defined by domain routes, targeted by module property in URL completing.example-translator
MvcCore example with rewrite routes and ajax requests to translate english into piglatin.ext-view-helper-writebyjs
Prevent content against spam bots and convert content into JS `<script>document.write(String.fromCharCode(...));</script>`.ext-router-localization
MvcCore Router 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.ext-router-media-localization
MvcCore Router 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.ext-router-extended
Extension with additional properties, setters and getters required by extended router implementations - localized router and media site version router.ext-view-helper-truncate
Truncate plain text or text with html tags by given max. characters number and add three dots at the end.docs
Documentation for MvcCore framework and all it's extensions.Love Open Source and this site? Check out how you can help us