2017 © Pedro Peláez
 

symfony-bundle easysys-connector-bundle

EasysysConnectorBundle for Symfony2

image

remdan/easysys-connector-bundle

EasysysConnectorBundle for Symfony2

  • Saturday, August 30, 2014
  • by remdan
  • Repository
  • 2 Watchers
  • 1 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

easysys-connector-bundle

EasysysConnectorBundle, (*1)

Installation

Step 1: Download the EasysysConnectorBundle

Add EasysysConnectorBundle to your composer.json using the following construct:, (*2)

```{.json} { "require": { "remdan/easysys-connector-bundle": "dev-master" } }, (*3)


Now tell composer to download the bundle by running the following command: ``` bash $ php composer.phar update remdan/easysys-connector-bundle

Composer will now fetch and install this bundle in the vendor directory vendor/remdan, (*4)

Step 2: Enable the bundle

Enable the bundle in the kernel:, (*5)

```{.php} <?php // app/AppKernel.php, (*6)

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


### 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. ```{.yaml} # app/config/config.yml remdan_easysys_connector: auth_adapter: ~ http_adapter: ~ auth: token: public_key: ~ signature_key: ~ user_id: ~ company: ~ resource_manager: ~

The Versions

30/08 2014

dev-master

9999999-dev http://easysysconnector.com

EasysysConnectorBundle for Symfony2

  Sources   Download

MIT

The Requires

 

by Avatar remdan

bundle symfony easysys