/relay-formalize-bundle

Symfony bundle for form handling via an API

Primary LanguagePHPGNU Affero General Public License v3.0AGPL-3.0

DbpRelayFormalizeBundle

GitHub | Packagist | Frontend Application

Test

See the documentation for more information.

Bundle installation

You can install the bundle directly from packagist.org.

composer require 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