2017 © Pedro Peláez
 

symfony-bundle apai-io-bundle

Amazon Product Advertising PHP Library Symfony Bundle

image

kissifrot/apai-io-bundle

Amazon Product Advertising PHP Library Symfony Bundle

  • Sunday, July 29, 2018
  • by kissifrot
  • Repository
  • 1 Watchers
  • 0 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

ExeuApaiIOBundle

Symfony integration of the ApaiIO-library., (*1)

Installation

Applications that use Symfony Flex

Open a command console, enter your project directory and execute:, (*2)

$ composer require exeu/apai-io-bundle dev-master

Applications that don't use Symfony Flex

All you have to do is to add the following lines to your composer.json:, (*3)

{
    "require": {
        "exeu/apai-io-bundle": "dev-master"
    }
}

After you've done this tell composer to update your vendors:, (*4)

$ php composer.phar update exeu/apai-io-bundle

Finally register the new Bundle with your application:, (*5)

<?php

// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new Exeu\ApaiIOBundle\ExeuApaiIOBundle(),
    // ...
);

Minimal configuration

To get this bundle working you have to add the following to your config.yml, (*6)

# app/config/config.yml

exeu_apai_io:
    accesskey: YOUR ACCESSKEY
    secretkey: YOUR SECRETKEY
    associatetag: YOUR ASSOCIATE TAG
    country: COUNTRY (eg. de, com)

Optional configuration

If you want to change the ResponseTransformer you can do this by adding it to your config file:, (*7)

# app/config/config.yml

exeu_apai_io:
    response: \ApaiIO\ResponseTransformer\XmlToArray

Usage

To work with ApaiIO you need to get the new service for example in your controller:, (*8)

``` php <?php, (*9)

$apaiIo = $this->get('apaiio');, (*10)


Now you can execute your first searchrequest: ``` php <?php // ... $search = new \ApaiIO\Operations\Search(); $search->setCategory('DVD'); $search->setActor('Bruce Willis'); $search->setKeywords('Die Hard'); $formattedResponse = $apaiIo->runOperation($search); var_dump($formattedResponse);

For more detailed information See: ApaiIO - Examples, (*11)

Documentation of ApaiIO: ApaiIO - Documentation, (*12)

The Versions

29/07 2018

dev-master

9999999-dev https://github.com/Exeu/apai-io-bundle

Amazon Product Advertising PHP Library Symfony Bundle

  Sources   Download

Apache-2.0

The Requires

 

by Jan Eichhorn

rest bundle symfony amazon soap ecs products product advertising

29/07 2018

2.0.2

2.0.2.0 https://github.com/Exeu/apai-io-bundle

Amazon Product Advertising PHP Library Symfony Bundle

  Sources   Download

Apache-2.0

The Requires

 

by Jan Eichhorn

rest bundle symfony amazon soap ecs products product advertising

29/07 2018

2.0.1

2.0.1.0 https://github.com/Exeu/apai-io-bundle

Amazon Product Advertising PHP Library Symfony Bundle

  Sources   Download

Apache-2.0

The Requires

 

by Jan Eichhorn

rest bundle symfony amazon soap ecs products product advertising

30/01 2016

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/Exeu/apai-io-bundle

Amazon Product Advertising PHP Library Symfony 2 Bundle

  Sources   Download

Apache-2.0

The Requires

 

by Jan Eichhorn

rest bundle amazon soap ecs products symfony 2 product advertising

30/01 2016

1.1.0

1.1.0.0 https://github.com/Exeu/apai-io-bundle

Amazon Product Advertising PHP Library Symfony 2 Bundle

  Sources   Download

Apache-2.0

The Requires

 

by Jan Eichhorn

rest bundle amazon soap ecs products symfony 2 product advertising

30/01 2016

2.0.0

2.0.0.0 https://github.com/Exeu/apai-io-bundle

Amazon Product Advertising PHP Library Symfony 2 Bundle

  Sources   Download

Apache-2.0

The Requires

 

by Jan Eichhorn

rest bundle amazon soap ecs products symfony 2 product advertising

25/09 2013

dev-eventable

dev-eventable https://github.com/Exeu/apai-io-bundle

Amazon Product Advertising PHP Library Symfony 2 Bundle

  Sources   Download

Apache-2.0

The Requires

 

by Jan Eichhorn

rest bundle amazon soap ecs products symfony 2 product advertising

31/08 2013

1.0.0

1.0.0.0 https://github.com/Exeu/apai-io-bundle

Amazon Product Advertising PHP Library Symfony 2 Bundle

  Sources   Download

Apache-2.0

The Requires

 

by Jan Eichhorn

rest bundle amazon soap ecs products symfony 2 product advertising