pyrex-fwi / deejayfilesorganizer-bundle
Test project to download files from Digital Dj pool
Installs: 464
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- doctrine/doctrine-bundle: ~1.5
- doctrine/doctrine-fixtures-bundle: ~2.2
- doctrine/orm: ~2.4
- guzzlehttp/guzzle: ~6.0
- nass600/get-id3: dev-master
- symfony/framework-bundle: ~2.6
- symfony/monolog-bundle: ~2.4
- symfony/serializer: ^2.7.2|~3.0
Requires (Dev)
- behat/symfony2-extension: ~2.0
- fabpot/php-cs-fixer: @stable
- fzaninotto/faker: ~1.4
- phpunit/phpunit: 4.7.*@dev
- symfony/symfony: ~2.7
- symfony/var-dumper: ~2.7
This package is auto-updated.
Last update: 2022-02-01 13:15:45 UTC
README
INSTALL
Update your composer.json
"require-dev": { "pyrex-fwi/avdistrict-bundle": "dev-master" }
Update your AppKernel.php
new DeejayFilesOrganizerBundle\DeejayFilesOrganizerBundle()
Add your account information into config.yml
av_district: credentials: login: %avd.credentials.login% password: %avd.credentials.password% configuration: root_path: %avd.configuration.root_path%
Console usages:
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