Download the PHP package packbackbooks/textbook-prices without Composer
On this page you can find all versions of the php package packbackbooks/textbook-prices. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download packbackbooks/textbook-prices
More information about packbackbooks/textbook-prices
Files in packbackbooks/textbook-prices
Package textbook-prices
Short Description Making it simple to integrate your application with textbook price apis.
License Apache-2.0
Homepage https://github.com/packbackbooks/textbook-prices
Informations about the package textbook-prices
Packback Textbook Price Client
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:
- 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:
Including in your project
Add the following to your composer.json
file:
You must also have "minimum-stability": "dev"
in your composer.json
file so that Composer can fetch dev-master
versions of packages.
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.
All versions of textbook-prices with dependencies
guzzlehttp/guzzle Version ~6.0
exeu/apai-io Version ^1.10
croscon/commissionjunction-php Version ^1.0