Registry / web-framework / symfony-form

symfony-form

JSON →
library8.0.4phppackagistunverified

Allows to easily create, process and reuse HTML forms

composer require symfony/form
INSTALL
IMPORT
SIG · SYMFONY-FORM
S
symfony-form
web-frameworkphpv8.0.4
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.

Forms
use Symfony\Component\Form\Forms;

Create a simple form with a text field

use Symfony\Component\Form\Forms; $formFactory = Forms::createFormFactory(); $form = $formFactory->createBuilder() ->add('name', TextType::class) ->getForm(); echo $form->createView();
Debug
Known issues
gotchaSymfony Form requires the `symfony/event-dispatcher` and `symfony/validator` packages for full functionality; missing them may cause runtime errors.
fix
Install required dependencies: `composer require symfony/event-dispatcher symfony/validator`.
affects: >=4.0
Upgrade
Version history
8.0.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
symfony-form — pip install symfony-form · libregistry