Download the PHP package noetix/traction-bundle without Composer
On this page you can find all versions of the php package noetix/traction-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download noetix/traction-bundle
More information about noetix/traction-bundle
Files in noetix/traction-bundle
Download noetix/traction-bundle
More information about noetix/traction-bundle
Files in noetix/traction-bundle
Vendor noetix
Package traction-bundle
Short Description Traction API bundle for Symfony2
License MIT
Package traction-bundle
Short Description Traction API bundle for Symfony2
License MIT
Please rate this library. Is it a good library?
Informations about the package traction-bundle
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
To get the dynamic handler for the Traciton Dynamic API
For further code examples see traction-php
All versions of traction-bundle with dependencies
PHP Build Version
Package Version
The package noetix/traction-bundle contains the following files
Loading the files please wait ....