Skip to content

SeoFood/amazon-revenue

Repository files navigation

Amazon Revenue PHP Class

Scrutinizer Code Quality Code Coverage Build Status Build Status

Fetch revenue shares and items you sold over the amazon affiliate program.

Installation

Standalone

You only need git and php running to install as standalone library:

$ git clone git://github.com/SeoFood/amazon-revenue.git && cd amazon-revenue
$ php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
$ composer update

or Composer

If you already have composer the installation is much simpler. Add this bundle to your project in composer.json:

{
    "require": {
        "seofood/amazon-revenue": "^0.1"
    }
}

Update

$ git fetch && composer update

Examples`

cp .env.example .env Fill out the credentials in the .env File

You find some examples in the examples folder.

License

This class is under the MIT license.

Support or Contact

Having trouble with this Class? Check out the documentation at http://seofood.de or post a issue and we’ll help you sort it out.

About

A PHP Class to get the Revenue from the Amazon Partner Network (Affiliate program)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages