2017 © Pedro Peláez
 

library pall

Laravel library for Amazon Product Advertising API.

image

algoclogic/pall

Laravel library for Amazon Product Advertising API.

  • Friday, November 10, 2017
  • by Algoclogic
  • Repository
  • 0 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Product Advertising Laravel Library

Package version Monthly downloads Software License PHPPackages Rank PHPPackages Referenced By, (*1)

PALL is Laravel 5.5.* ready library for the Product Advertising API of Amazon. The process has been made a piece of cake. Now using an API endpoint of Amazon PA is jut like calling a simple function., (*2)

It supports four major endpoints of the API with all possible value sets., (*3)

Operations Supported

Features

  • Laravel 5.5.* ready
  • All four major endpoints supported
  • Fully documented code
  • Exceptions properly handled
  • PSR-4 autoloading compliant structure
  • Unit-Testing with PHPUnit
  • Comprehensive Guide and easy to use.

Requirements

  • php >= 7.0
  • cURL extension
  • Laravel >= 5.5.*

Installation

PALL is available on Packagist (using semantic versioning), and installation via composer is the recommended way to install PALL. Just add this line to your composer.json file:, (*4)

"require": {
        "algoclogic/pall": "dev-master"
    }

or run, (*5)

composer require algoclogic/pall

Note that the vendor folder and the vendor/autoload.php script are generated by composer; they are not part of PALL., (*6)

Register the providers: put, (*7)

Algoclogic\PALL\Providers\PALLServiceProvider::class,

in providers array of {{YourProjectName}}/config/app.php file., (*8)

publish the changes by running the commands:, (*9)

composer dump-autoload
php artisan vendor:publish

At last take a look at the generated .env and fill the fields related to amazon with the information you got from your amazon account., (*10)

That is all. You are ready to go and run the API., (*11)

The Versions

10/11 2017

dev-master

9999999-dev http://algoclogic.com/PALL

Laravel library for Amazon Product Advertising API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Danish M Mir

laravel api amazon product davertising algoclogic

10/11 2017

1.0.0

1.0.0.0 http://algoclogic.com/PALL

Laravel library for Amazon Product Advertising API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Danish M Mir

laravel api amazon product davertising algoclogic