PHPackages                             kissifrot/apai-io-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. kissifrot/apai-io-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

kissifrot/apai-io-bundle
========================

Amazon Product Advertising PHP Library Symfony Bundle

2.1.0(7y ago)072Apache-2.0PHPPHP ^5.6.0|^7.0

Since Aug 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kissifrot/ExeuApaiIOBundle)[ Packagist](https://packagist.org/packages/kissifrot/apai-io-bundle)[ Docs](https://github.com/Exeu/apai-io-bundle)[ RSS](/packages/kissifrot-apai-io-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (3)Versions (9)Used By (0)

ExeuApaiIOBundle
================

[](#exeuapaiiobundle)

Symfony integration of the ApaiIO-library.

Installation
------------

[](#installation)

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

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

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

All you have to do is to add the following lines to your composer.json:

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

After you've done this tell composer to update your vendors:

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

Finally register the new Bundle with your application:

```
