Registry / web-framework / nette-forms

nette-forms

JSON →
library3.2.9phppackagistunverified

Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server & client side validation and mature design.

composer require nette/forms
INSTALL
IMPORT
SIG · NETTE-FORMS
N
nette-forms
web-frameworkphpv3.2.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Form
use Nette\Forms\Form;

Create a simple form with a text field and submit button.

use Nette\Forms\Form; $form = new Form; $form->addText('name', 'Name:'); $form->addSubmit('submit', 'Submit');
Debug
Known issues
breakingRequires PHP 8.0+ for version 3.x
fix
Upgrade to PHP 8.0 or use version 2.x for older PHP.
affects: >=3.0.0
Upgrade
Version history
3.2.9latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources