Download the PHP package contenir/formbuilder without Composer
On this page you can find all versions of the php package contenir/formbuilder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download contenir/formbuilder
More information about contenir/formbuilder
Files in contenir/formbuilder
Package formbuilder
Short Description Framework-agnostic form-builder engine for Contenir CMS — runtime-editable form definitions, builder-form construction, server-side submission validation.
License MIT
Informations about the package formbuilder
contenir/formbuilder
Framework-agnostic form-builder engine for Contenir CMS.
Provides the runtime-editable form-definition value objects, the registry of
field types, the curated validator vocabulary, the conditional-visibility
rule engine, and the build/submit services that turn a stored definition
into a working Laminas\Form\Form and a validated submission.
This package is the pure-PHP core. It has no opinion about how form
definitions are loaded (DB, JSON, hardcoded array — bring your own loader)
or how submissions are stored (registrar pattern). Adapter packages such
as contenir/formbuilder-laminas-mvc wire it into a host framework.
Install
Optional but commonly paired:
contenir/storage— required for thefilefield type, passed in toFormSubmissionService.
Layout
Usage
License
MIT.
All versions of formbuilder with dependencies
laminas/laminas-form Version ^3.20
laminas/laminas-inputfilter Version ^2.30
laminas/laminas-validator Version ^2.50 || ^3.0
laminas/laminas-filter Version ^2.30
psr/log Version ^1.0 || ^2.0 || ^3.0