mainlycode / acumulus-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Symfony bundle for nexttalent/acumulus library
Package info
github.com/mainlycode/acumulus-bundle
Type:symfony-bundle
pkg:composer/mainlycode/acumulus-bundle
dev-master / 0.1.x-dev
2017-03-06 14:42 UTC
Requires
- nexttalent/acumulus: 0.1.*@dev
Requires (Dev)
- phpunit/phpunit: ^5.0
This package is auto-updated.
Last update: 2022-02-01 12:52:53 UTC
README
Symfony bundle for nexttalent/acumulus library
Installation
Add the bundle to your composer.json
$ composer require mainlycode/acumulus-bundle 0.1.*@dev
Add the bundle to your Kernel
$bundles = array( // .. new MainlyCode\Bundle\AcumulusBundle\AcumulusBundle(), );
Configuration
parameters: acumulus.contractcode: # your Acumulus contract code acumulus.username: # your Acumulus username acumulus.password: # your Acumulus password