2017 © Pedro Peláez
 

symfony-bundle experient-bundle

A Symfony2 bundle for using the Experient API

image

albertski/experient-bundle

A Symfony2 bundle for using the Experient API

  • Thursday, September 24, 2015
  • by albertski
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ExperientBundle

Used for Symfony2 project to use the Experient SOAP API., (*1)

Installation

Get the bundle with composer by running this command at the root of your symfony project., (*2)

composer require albertski/experient-bundle

Enable the bundle

To start using the bundle, register the bundle in your application's kernel class:, (*3)

// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new ExperientBundle\ExperientBundle(),
        // ...
    );
}

Configuration

Edit app/config/config.yml., (*4)

experient:
  username: %experient.username%
  password: %experient.password%
  showcode: %experient.showcode%
  accountDomain: %experient.accountDomain%
  wsdl: %experient.wsdl%
  namespace: %experient.namespace%

Edit parameters.yml. Add parameters and add the parameter values., (*5)

parameters:
    .....
    .....
    experient.username:
    experient.password:
    experient.showcode:
    experient.accountDomain:
    experient.wsdl:
    experient.namespace:

Usage

You now have access to the experient service., (*6)

// In a controller
$experient = $this->get('experient');

The Versions

24/09 2015

dev-master

9999999-dev

A Symfony2 bundle for using the Experient API

  Sources   Download

MIT

by Albert Jankowski

bundle symfony experient

23/09 2015

1.0.1

1.0.1.0

A Symfony2 bundle for using the Experient API

  Sources   Download

MIT

by Albert Jankowski

bundle symfony experient

04/09 2015

1.0.0

1.0.0.0

A Symfony2 bundle for using the Experient API

  Sources   Download

MIT

by Albert Jankowski

bundle symfony experient