AvDistrict Downloader
, (*1)
INSTALL
Update your composer.json, (*2)
"require-dev": {
"pyrex-fwi/avdistrict-bundle": "dev-master"
}
Update your AppKernel.php, (*3)
new DeejayFilesOrganizerBundle\DeejayFilesOrganizerBundle()
Add your account information into config.yml, (*4)
av_district:
credentials:
login: %avd.credentials.login%
password: %avd.credentials.password%
configuration:
root_path: %avd.configuration.root_path%
Console usages:, (*5)
avd
ddp:download Download files from av district
Run tests
- vendor/bin/phpunit -c phpunit.xml --debug --verbose
- vendor/bin/phpunit -c phpunit.xml --debug --verbose --coverage-html Tests/TestData/Coverage
- vendor/bin/phpunit -c phpunit.xml --debug --verbose --coverage-html Tests/TestData/Coverage --debug --stop-on-error -v
http://gnugat.github.io/2014/10/29/sf2-bundle-standalone.html, (*6)