typro/bridge-nette-forms

Integration of Typro to Nette Forms.

Fund package maintenance!
Other

v1.1.0 2023-08-01 08:00 UTC

This package is auto-updated.

Last update: 2024-03-30 00:32:24 UTC


README

Build Status Downloads this Month Latest Stable Version License

Integration of Typro to Nette Forms.

Donate

Installation

Download a latest package or use Composer:

composer require typro/bridge-nette-forms

This package requires PHP 5.6.0 or later, Typro 3.0+ and Nette\Forms 2.4+.

Usage

// create form
$form = new Nette\Forms\Form; // or Nette\Application\UI\Form

// modify renderer settings
Typro\Bridges\NetteForms\FormConfigurator::configure($form);

License: New BSD License
Author: Jan Pecha, https://www.janpecha.cz/