2017 © Pedro Peláez
 

library amazon-product-search

Search for products on amazon.com by keyword

image

sergeylukin/amazon-product-search

Search for products on amazon.com by keyword

  • Wednesday, October 28, 2015
  • by sergeylukin
  • Repository
  • 0 Watchers
  • 2 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 2 % Grown

The README.md

Amazon product search Build Status

Library that allows searching for products on amazon.com store., (*1)

Installation

Use composer to require in your composer.json:, (*2)

"sergeylukin/amazon-product-search": "dev-master"

or just run composer require sergeylukin/amazon-product-search, (*3)

Usage

<?php require __DIR__ . '/vendor/autoload.php';

use Sergeylukin\AmazonProductSearch as Amazon;

$Product = Amazon::factory()->findOneProductByKeyword('latte cup');

print_r($Product);

sample output:, (*4)

stdClass Object
(
 [title] => Best latte cup
 [price] => $12.05
 [image_uri] => http://example.com/latte-cup.jpg
 [description] => The best latte cup you will ever drink latte from. Period.
)

Development

Install git and composer, (*5)

git clone https://github.com/sergeylukin/amazon-product-search.git
composer install

Run tests:, (*6)

./vendor/bin/codecept run

License

MIT, (*7)

The Versions

28/10 2015

dev-master

9999999-dev

Search for products on amazon.com by keyword

  Sources   Download

MIT

The Requires

 

The Development Requires

28/10 2015

0.1.6

0.1.6.0

Search for products on amazon.com by keyword

  Sources   Download

MIT

The Requires

 

The Development Requires

28/10 2015

0.1.5

0.1.5.0

Search for products on amazon.com by keyword

  Sources   Download

MIT

The Requires

 

The Development Requires

28/10 2015

0.1.4

0.1.4.0

Search for products on amazon.com by keyword

  Sources   Download

MIT

The Requires

 

The Development Requires

28/10 2015

0.1.3

0.1.3.0

Search for products on amazon.com by keyword

  Sources   Download

MIT

The Requires

 

The Development Requires

28/10 2015

0.1.2

0.1.2.0

Search for products on amazon.com by keyword

  Sources   Download

MIT

The Requires

 

The Development Requires

28/10 2015

0.1.1

0.1.1.0

Search for products on amazon.com by keyword

  Sources   Download

MIT

The Requires

 

The Development Requires

28/10 2015

0.1.0

0.1.0.0

Search for products on amazon.com by keyword

  Sources   Download

MIT

The Requires

 

The Development Requires