PHPackages                             exeu/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. exeu/apai-io-bundle

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

exeu/apai-io-bundle
===================

Amazon Product Advertising PHP Library Symfony 2 Bundle

2.0.0(10y ago)39.0k3[2 PRs](https://github.com/Exeu/ExeuApaiIOBundle/pulls)Apache-2.0PHPPHP &gt;=5.3.3

Since Aug 31Pushed 7y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (6)Used By (0)

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

[](#exeuapaiiobundle)

Symfony 2 integration of the ApaiIO-library.

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

[](#installation)

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:

```
