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

  • PHP

    mvccore/ext-debug-tracy

    MvcCore - Extension - Debug - Tracy - adapter class for Nette Framework `tracy/tracy` library.

  • PHP

    mvccore/ext-debug-tracy-session

    MvcCore - Extension - Debug - Tracy - Panel Session - render and add into tracy debug panel $_SESSION content and \MvcCore\Session namespaces content.

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

  • 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-form

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

  • 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-auth

    MvcCore - Extension - Auth - authentication module with automatic authentication module type detection by loaded classes.

  • PHP

    mvccore/ext-view-helper-assets

    MvcCore - 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-form-field-text

    MvcCore - 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-field-button

    MvcCore - Extension - Form - Field - Button - form field types - button:submit, button:reset, input:submit, input:reset and image.

  • PHP

    mvccore/ext-view-helper

    MvcCore - Extension - View - Helper - abstract class code and interface support code to create more sofisticated view helpers with better setup and protected properties.

  • PHP

    mvccore/ext-auth-basic

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

    MvcCore - 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-form-field-selection

    MvcCore - Extension - Form - Field - Selection - form field types - select, country select, checkbox, radio button, color and checkboxes group.

  • PHP

    mvccore/ext-form-field-numeric

    MvcCore - Extension - Form - Field - Numeric - form field types - input:number and input:range.