Libraries tagged by form class
joshcanhelp/php-form-builder
222 Downloads
A simple, lightweight PHP class that makes creating forms easy
kenny1911/symfony-attribute-form
497 Downloads
Create Symfony forms using PHP attributes to define forms, fields, transformers and event listeners directly in your DTO classes
julio-cavallari/laravel-dto
4 Downloads
Laravel package to automatically generate DTOs from Form Request classes
williamgall/fpdm
910 Downloads
PDF form filling using FPDM Class written by FPDF author Olivier
tyclipso/fpdm
6216 Downloads
PDF form filling using FPDM Class written by FPDF author Olivier. Checkboxes resolve to Off unless stated in the file
solo/formrestore
8153 Downloads
Set of classes which implement forms population from saved json data
paulferrett/fpdm
7841 Downloads
PDF form filling using FPDM Class written by FPDF author Olivier
miguelcolmenares/cf7-stubs
1974 Downloads
Contact Form 7 function and class declaration stubs for static analysis
frogidev/fpdm
10688 Downloads
PDF form filling using FPDM Class written by FPDF author Olivier for Laravel 5
nenad/yii2-widgets-base
93346 Downloads
Base classes and widgets for Yii2 application templates created by Nenad Z.
mralaminahamed/wpforms-lite-stubs
1760 Downloads
WPForms Lite function and class declaration stubs for static analysis.
mralaminahamed/forminator-stubs
890 Downloads
Forminator function and class declaration stubs for static analysis.
dragosstoenica/laravel-zod
162 Downloads
Generate Zod v4 TypeScript schemas from Spatie Laravel Data classes (output) and Laravel FormRequest classes (input). Full Laravel rule coverage, schema references for nested Data classes, lazy-ref dedup for circular relations, locale-aware messages.
artyuum/html-element
357 Downloads
A PHP class giving you the ability to generate HTML elements.
genai/validation
45 Downloads
Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. PHP 5.3-safe runtime.