2017 © Pedro Peláez
 

library textbook-prices

Making it simple to integrate your application with textbook price apis.

image

packbackbooks/textbook-prices

Making it simple to integrate your application with textbook price apis.

  • Friday, June 16, 2017
  • by karllhughes
  • Repository
  • 11 Watchers
  • 3 Stars
  • 391 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 8 Versions
  • 1 % Grown

The README.md

Packback Textbook Price Client

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

This public project is designed to make getting used, new, and rental book prices from the most common textbook sellers easy. The following clients can be accessed with this project:, (*2)

  • AbeBooks
  • Amazon
  • BookRenter (via CommissionJunction)
  • Cengage (via CommissionJunction)
  • Chegg
  • Skyo (via CommissionJunction)
  • ValoreBooks

Getting prices from a provider

All clients extend the abstract PriceClient class. As an example, get prices from Abe Books for a group of ISBNs is done as follows:, (*3)

$isbns = [
    // ISBNS
];
$abeBooks = new AbeBooksPriceClient([
    'access_key' => <ABEBOOKS ACCESS KEY>
]);

$prices = $abeBooks->getPricesForIsbns($isbns);

Including in your project

Add the following to your composer.json file:, (*4)

"require": {
        "packbackbooks/textbook-prices": "~0.1.4"
}

You must also have "minimum-stability": "dev" in your composer.json file so that Composer can fetch dev-master versions of packages., (*5)

Notes

This package is compliant with PSR-1, PSR-2 and PSR-4. If you notice compliance oversights, please send a patch via pull request., (*6)

The Versions

16/06 2017

dev-master

9999999-dev https://github.com/packbackbooks/textbook-prices

Making it simple to integrate your application with textbook price apis.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

object api client prices textbooks

06/02 2017

dev-develop

dev-develop https://github.com/packbackbooks/textbook-prices

Making it simple to integrate your application with textbook price apis.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

object api client prices textbooks

03/06 2016

0.1.5

0.1.5.0 https://github.com/packbackbooks/textbook-prices

Making it simple to integrate your application with textbook price apis.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

object api client prices textbooks

11/02 2016

0.1.4

0.1.4.0 https://github.com/packbackbooks/textbook-prices

Making it simple to integrate your application with textbook price apis.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

object api client prices textbooks

12/08 2015

0.1.3

0.1.3.0 https://github.com/Packback/textbook-prices

Making it simple to integrate your application with textbook price apis.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

object api client prices textbooks

24/07 2015

0.1.2

0.1.2.0 https://github.com/Packback/textbook-prices

Making it simple to integrate your application with textbook price apis.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

object api client prices textbooks

21/07 2015

0.1.1

0.1.1.0 https://github.com/Packback/textbook-prices

Making it simple to integrate your application with textbook price apis.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

object api client prices textbooks

10/07 2015

0.1.0

0.1.0.0 https://github.com/Packback/textbook-prices

Making it simple to integrate your application with textbook price apis.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

object api client prices textbooks