PHPackages                             packbackbooks/textbook-prices - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. packbackbooks/textbook-prices

AbandonedArchivedLibrary[API Development](/categories/api)

packbackbooks/textbook-prices
=============================

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

0.1.5(9y ago)33911[1 issues](https://github.com/packbackbooks/textbook-prices/issues)Apache-2.0PHPPHP &gt;=5.5.0

Since Jul 10Pushed 3y ago10 watchersCompare

[ Source](https://github.com/packbackbooks/textbook-prices)[ Packagist](https://packagist.org/packages/packbackbooks/textbook-prices)[ Docs](https://github.com/packbackbooks/textbook-prices)[ RSS](/packages/packbackbooks-textbook-prices/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (6)Versions (7)Used By (0)

Packback Textbook Price Client
==============================

[](#packback-textbook-price-client)

[![Latest Version](https://camo.githubusercontent.com/2f3c8bb6409179b8f4d90e80b6ec158a128a361b3a97f5556b862e19d92d505d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f5061636b6261636b626f6f6b732f74657874626f6f6b2d7072696365732e7376673f7374796c653d666c61742d737175617265)](https://github.com/Packbackbooks/textbook-prices/releases)[![Software License](https://camo.githubusercontent.com/83a69279c9f2ed137be556c08d1ceaf2161ae96eeb88f8caade8ef619f2d6c27/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d415041434845253230322e302d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/952f4049db9b3bd1b4b2148db4a253bc620d2ae0278ff45cfbcf5ab3c683cbea/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7061636b6261636b626f6f6b732f74657874626f6f6b2d7072696365732f6d61737465722e7376673f7374796c653d666c61742d7371756172652631)](https://travis-ci.org/packbackbooks/textbook-prices)[![Coverage Status](https://camo.githubusercontent.com/9e075d2234c866b3aa04aa9a492426f703c3681ba75a22935ff49d7e82d84914/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f5061636b6261636b626f6f6b732f74657874626f6f6b2d7072696365732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Packbackbooks/textbook-prices/code-structure)[![Quality Score](https://camo.githubusercontent.com/499f88d3f9ea77a6c12ca7abefbbb79fc65d179177df438bdd01d9a5b848ba6e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f5061636b6261636b626f6f6b732f74657874626f6f6b2d7072696365732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Packbackbooks/textbook-prices)[![Total Downloads](https://camo.githubusercontent.com/7e55f9980a93168068e929779c3638cc40d804599afd9aea4d33d01218ba0690/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f5061636b6261636b626f6f6b732f74657874626f6f6b2d7072696365732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Packbackbooks/textbook-prices)

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
------------------------------

[](#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:

```
$isbns = [
    // ISBNS
];
$abeBooks = new AbeBooksPriceClient([
    'access_key' =>
]);

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

Including in your project
-------------------------

[](#including-in-your-project)

Add the following to your `composer.json` file:

```
"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.

Notes
-----

[](#notes)

This package is compliant with [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md). If you notice compliance oversights, please send a patch via pull request.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~65 days

Recently: every ~79 days

Total

6

Last Release

3637d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/71f594bf2ce90f3f9e13935fee43290efea84b8ec1b53503fc0361680a8c6df4?d=identicon)[dbhynds](/maintainers/dbhynds)

![](https://www.gravatar.com/avatar/2f5e3ee485874ddc9fbc6a82d02a12cf2abb766de0c435334d1e5fed8c9ee4af?d=identicon)[packback-deployer](/maintainers/packback-deployer)

---

Top Contributors

[![karllhughes](https://avatars.githubusercontent.com/u/1103622?v=4)](https://github.com/karllhughes "karllhughes (32 commits)")[![EricTendian](https://avatars.githubusercontent.com/u/498525?v=4)](https://github.com/EricTendian "EricTendian (21 commits)")[![dbhynds](https://avatars.githubusercontent.com/u/849626?v=4)](https://github.com/dbhynds "dbhynds (5 commits)")[![zachgarwood](https://avatars.githubusercontent.com/u/2098951?v=4)](https://github.com/zachgarwood "zachgarwood (2 commits)")

---

Tags

objectapi clientpricestextbooks

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/packbackbooks-textbook-prices/health.svg)

```
[![Health](https://phpackages.com/badges/packbackbooks-textbook-prices/health.svg)](https://phpackages.com/packages/packbackbooks-textbook-prices)
```

###  Alternatives

[crowdin/crowdin-api-client

PHP client library for Crowdin API v2

611.5M5](/packages/crowdin-crowdin-api-client)[jobapis/jobs-common

Making it simple to integrate your application with job api providers.

4459.3k32](/packages/jobapis-jobs-common)[jobapis/jobs-ziprecruiter

Making it simple to integrate your application with ZipRecruiter Jobs API.

134.9k1](/packages/jobapis-jobs-ziprecruiter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
