dbp/relay-formalize-bundle
Composer 安装命令:
composer require dbp/relay-formalize-bundle
包简介
README 文档
README
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.
composer require dbp/relay-formalize-bundle
To update the bundle and its dependencies:
composer update dbp/relay-formalize-bundle
Development & Testing
- Install dependencies:
composer install - Run tests:
composer test - Run linters:
composer run lint - Run cs-fixer:
composer run cs-fix
统计信息
- 总下载量: 16.77k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2022-02-16