pyrex-fwi/deejayfilesorganizer-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Test project to download files from Digital Dj pool

dev-master 2015-09-14 06:13 UTC

This package is auto-updated.

Last update: 2022-02-01 13:15:45 UTC


README

Software License Build Status Codacy Badge

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