Registry / other / zendframework-zend-form

zendframework-zend-form

JSON →
library2.14.3phppackagistunverified

Validate and display simple and complex forms, casting forms to business objects and vice versa

composer require zendframework/zend-form
INSTALL
IMPORT
SIG · ZENDFRAMEWORK-ZEND
Z
zendframework-zend-form
otherphpv2.14.3
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 Laminas\Form\Form;

Create a simple form with a text element

use Laminas\Form\Form; use Laminas\Form\Element\Text; $form = new Form('contact'); $form->add(new Text('name')); echo $form->get('name')->getValue();
Debug
Known issues
breakingThis package is part of the Zend Framework, which has been migrated to Laminas. The namespace has changed from Zend\Form to Laminas\Form.
fix
Use laminas/laminas-form instead and update use statements accordingly.
affects: >=2.0.0
Upgrade
Version history
2.14.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Resources
zendframework-zend-form — pip install zendframework-zend-form · libregistry