ambientia / data-cleaner-bundle
Installs: 1 266
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: 7.4.*
- ambientia/data-cleaner: ^2.0
- symfony/dependency-injection: ^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- matthiasnoback/symfony-dependency-injection-test: ^4.0
- phan/phan: ^2.2
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-20 20:31:31 UTC
README
The DataCleanerBundle provides integration of the DataCleaner library into the Symfony framework. Symfony Bundle for https://github.com/alphpkeemik/data-cleaner
developing
Run docker docker-composer up -d
Bash to container docker/bash.sh
Running code fixer
Run php cs fixer ./vendor/bin/php-cs-fixer fix
Running the tests
Run tests with phpunit ./vendor/bin/phpunit
Running analyzer
Run phan ./vendor/bin/phan