Fetch revenue shares and items you sold over the amazon affiliate program.
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
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"
}
}
$ git fetch && composer update
cp .env.example .env
Fill out the credentials in the .env File
You find some examples in the examples folder.
This class is under the MIT license.
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.