2017 © Pedro Peláez
 

symfony-bundle deejayfilesorganizer-bundle

image

pyrex-fwi/deejayfilesorganizer-bundle

  • by Pyrex-FWI
  • Repository
  • 1 Watchers
  • 0 Stars
  • 463 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 0 Versions
  • 0 % Grown

The README.md

AvDistrict Downloader

Software License Build Status Codacy Badge, (*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)

The Versions