Download the PHP package dbp/relay-formalize-bundle without Composer
On this page you can find all versions of the php package dbp/relay-formalize-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package relay-formalize-bundle
DbpRelayFormalizeBundle
GitHub | Packagist | Frontend Application
Formalize is a powerful PHP 8.2+/Symfony form and submission management tool that covers a wide range of use cases from
- simple event registrations to
- complex multi-stage submission workflows (draft-submission-review-approval)
It offers professional form and submission authorization based on the logged-in user's s attributes (id, group membership, roles etc., see the DbpRelayAuthorizationBundle for details).
Features include:
- Form schema, input/output validation
- Forms with file upload
- Submission drafts
- Collaborative viewing and editing of submissions
- Submission events (e.g. for sending confirmation e-mails)
- Submission exports (Pdf, Excel)
It integrates seamlessly with the Relay API Server and offers a corresponding frontend application.
Please see the documentation for more information.
Bundle installation
You can install the bundle directly from packagist.org.
To update the bundle and its dependencies:
Development & Testing
- Install dependencies:
composer install - Run tests:
composer test - Run linters:
composer run lint - Run cs-fixer:
composer run cs-fix
All versions of relay-formalize-bundle with dependencies
ext-filter Version *
ext-json Version *
api-platform/metadata Version ^4.2 || ^5.0
api-platform/openapi Version ^4.2 || ^5.0
dbp/relay-authorization-bundle Version ^0.5.11
dbp/relay-blob-library Version ^0.3.10
dbp/relay-core-bundle Version ^0.1.253
doctrine/collections Version ^2.2
doctrine/dbal Version ^4.0
doctrine/doctrine-migrations-bundle Version ^3.3
doctrine/migrations Version ^3.7
doctrine/orm Version ^3.2
opis/json-schema Version ^2.4
psr/log Version ^2.0 || ^3.0
scienta/doctrine-json-functions Version ^6.1
symfony/config Version ^7.4
symfony/console Version ^7.4
symfony/dependency-injection Version ^7.4
symfony/event-dispatcher Version ^7.4
symfony/event-dispatcher-contracts Version ^2.5 || ^3
symfony/framework-bundle Version ^7.4
symfony/http-foundation Version ^7.4
symfony/http-kernel Version ^7.4
symfony/serializer Version ^7.4
symfony/service-contracts Version ^3.5
symfony/uid Version ^7.4