a2lix / auto-form-bundle
Automate form building
Installs: 1 528 824
Dependents: 9
Suggesters: 0
Security: 0
Stars: 77
Watchers: 3
Forks: 27
Open Issues: 7
Type:symfony-bundle
Requires
- php: >=7.2.5
- doctrine/persistence: ^1.3|^2.0|^3.0
- symfony/config: ^3.4.30|^4.3|^5.0|^6.0
- symfony/dependency-injection: ^3.4.30|^4.3|^5.0|^6.0
- symfony/doctrine-bridge: ^3.4.30|^4.3|^5.0|^6.0
- symfony/form: ^3.4.30|^4.3|^5.0|^6.0
- symfony/http-kernel: ^3.4.30|^4.3|^5.0|^6.0
Requires (Dev)
- doctrine/orm: ^2.7
- edgedesign/phpqa: ^1.25
- friendsofphp/php-cs-fixer: ^3.4.0
- phpstan/phpstan: ^1.2.0
- symfony/cache: ^5.4
- symfony/phpunit-bridge: ^6.0
- symfony/validator: ^3.4.30|^4.3|^5.0|^6.0
- vimeo/psalm: ^4.15
Suggests
- a2lix/translation-form-bundle: For translation form
This package is auto-updated.
Last update: 2023-05-24 13:08:43 UTC
README
Automate form building.
Branch | Tools |
---|---|
master |
Documentation
Check out the documentation on the official website.
Contribution help
docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer install --ignore-platform-reqs
docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer run-script phpunit
docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer run-script cs-fixer
License
This package is available under the MIT license.