remdan/easysys-connector-bundle

EasysysConnectorBundle for Symfony2

Maintainers

Package info

github.com/remdan/easysys-connector-bundle

Homepage

Type:symfony-bundle

pkg:composer/remdan/easysys-connector-bundle

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2014-08-30 17:32 UTC

This package is not auto-updated.

Last update: 2026-03-10 10:07:03 UTC


README

EasysysConnectorBundle

Installation

Step 1: Download the 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

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Remdan\EasysysConnectorBundle\RemdanEasysysConnectorBundle(),
    );
}

Step 3: Configure the bundle

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: ~