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

  • PHP

    mvccore/ext-router-extended

    MvcCore - 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-cache-redis

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

  • PHP

    mvccore/ext-view-helper-internationalized

    MvcCore - Extension - View - Helper - Internationalized - abstract class to process date, number or money formating by `Intl` extension or by locale formating conventions.

  • PHP

    mvccore/ext-form-field-date

    MvcCore - Extension - Form - Field - Date - form field types - input:date, input:datetime-local, input:time, input:week and input:month.

  • PHP

    mvccore/ext-view-helper-formatdate

    MvcCore - Extension - View - Helper - FormatDate - format given date or time by `Intl` extension or by `strftime()` as fallback.

  • PHP

    mvccore/ext-controller-datagrid

    MvcCore - Extension - Controller - DataGrid - extension to define and render datagrid component by model class.

  • PHP

    mvccore/ext-debug-tracy-db

    MvcCore - Extension - Debug - Tracy - Panel Database - render queries with params and execution times.

  • PHP

    mvccore/ext-router-media

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

    MvcCore - Extension - Cache - register and use cache instances, cache interface.

  • PHP

    mvccore/ext-model-db-sqlsrv

    MvcCore - Extension - Model - Database - Microsoft SQL - extension to work with Microsoft Sql Server queries in more comfortable API.

  • PHP

    mvccore/ext-view-helper-linebreaks

    MvcCore - Extension - View - Helper - Line Breaks - processing any visible text content for non-line breaking spaces.

  • PHP

    mvccore/ext-form-field-file

    MvcCore - Extension - Form - Field - File - form field input:file to upload file(s) and uploaded files validation.

  • PHP

    mvccore/ext-modelform

    MvcCore - Extension - ModelForm - extension to build forms by decorated model classes.

  • PHP

    mvccore/ext-router-localization

    MvcCore - 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-config-cached

    MvcCore - Extension - Config - Cached - extension to use cached configuration files across multiple environments.