Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

noetix/TractionBundle

Repository files navigation

Traction Bundle

This is a Symfony2 bundle to provide easy access to the traction-php library.

Installation

Composer

Use composer to get the bundle:

php composer.phar require noetix/traction-bundle:*

AppKernel

Enable the bundle in your AppKernel:

new noetix\TractionBundle\noetixTractionBundle(),

Configuration

Configure the bundle in config.yml:

Classic API

noetix_traction:
    endpoint_id: 12345
    user_id:     my_username
    password:    fantastic_password

Dynamic API

noetix_traction:
    endpoint_id: notused
    user_id:     notused
    password:    fantastic_password
    connection:	  2n5e7b2r8qkx07dy2ctd

Example

To get the classic handler for the Traction Classic API

$traction = $this->get('traction.handler');

To get the dynamic handler for the Traciton Dynamic API

$traction = $this->get('traction.dynamic');

For further code examples see traction-php

About

Traction API bundle for Symfony2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages