mainlycode/acumulus-bundle

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

Symfony bundle for nexttalent/acumulus library

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master / 0.1.x-dev 2017-03-06 14:42 UTC

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