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

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

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

    MvcCore - 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/example-cdcol

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

  • 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/example-cdcol-basic

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

  • PHP

    mvccore/example-blog

    MvcCore Example - Blog.

  • PHP

    mvccore/example-cdcol-separated-doc-root

    MvcCore Example - CD collection - classic CRUD example with default SQLite database and separated document root.

  • PHP

    mvccore/example-cdcol-extended-models

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