EasysysConnectorBundle
Add EasysysConnectorBundle to your composer.json using the following construct:
{
"require": {
"remdan/easysys-connector-bundle": "dev-master"
}
}
Now tell composer to download the bundle by running the following command:
$ php composer.phar update remdan/easysys-connector-bundle
Composer will now fetch and install this bundle in the vendor directory vendor/remdan
Enable the bundle in the kernel:
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Remdan\EasysysConnectorBundle\RemdanEasysysConnectorBundle(),
);
}
This bundle was designed to just work out of the box. The only thing you have to configure in order to get this bundle up and running is the easysy-config.
# app/config/config.yml
remdan_easysys_connector:
auth_adapter: ~
http_adapter: ~
auth:
token:
public_key: ~
signature_key: ~
user_id: ~
company: ~
resource_manager: ~