mvccore/mvccore dependents (67) Order by: name | downloads Show: all | require | require-dev

  • PHP

    mvccore/project-basic-portable

    MvcCore - Project - Basic - basic website project, designed for full portable build/pack.

  • PHP

    mvccore/example-helloworld

    MvcCore - Example - Hello World - very simple application with possibility to pack into single PHP result file.

  • PHP

    mvccore/ext-cache-memcached

    MvcCore - Extension - Cache - Memcached - cache implementation extension for Memcached.

  • PHP

    mvccore/example-cdcol

    MvcCore Example - CD collection - classic CRUD example with default SQLite database and authentication.

  • PHP

    mvccore/ext-request-apachedpi

    MvcCore - Extension - Request - Apache DPI - request BasePath property correction for applications using Apache .htaccess [DPI] flag.

  • PHP

    mvccore/ext-router-module-localization

    MvcCore - 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-model-db-pgsql

    MvcCore - Extension - Model - Database - Postgre SQL - extension to work with Postgres SQL queries in more comfortable API.

  • PHP

    mvccore/ext-config-yaml

    MvcCore - Extension - Config - YAML - extension to have YAML configuration files syntax.

  • PHP

    mvccore/ext-request-cli

    MvcCore - Extension - Request - CLI - console arguments parsing into \MvcCore\Request object.

  • mvccore/ext-form-all

    MvcCore - 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-router-module-media-localization

    MvcCore - 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.

  • PHP

    mvccore/ext-router-module-media

    MvcCore - 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-translator-csv

    MvcCore - Extension - Translator - CSV - simple CSV translator implementation.

  • PHP

    mvccore/example-translator

    MvcCore Example - Pig Latin Translator - translate English to Pig Latin - https://en.wikipedia.org/wiki/Pig_Latin.

  • PHP

    mvccore/example-cdcol-extended-models

    MvcCore Example - CD collection - classic CRUD example with default SQLite database and extended models.