PHPackages                             antoineaugusti/google-books - 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. antoineaugusti/google-books

ActiveLibrary[API Development](/categories/api)

antoineaugusti/google-books
===========================

Simple Google Books API client

v0.3(9y ago)53462MITPHP

Since May 28Pushed 9y ago2 watchersCompare

[ Source](https://github.com/AntoineAugusti/google-books)[ Packagist](https://packagist.org/packages/antoineaugusti/google-books)[ Docs](https://github.com/AntoineAugusti/google-books)[ RSS](/packages/antoineaugusti-google-books/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (0)

[![StyleCI Status](https://camo.githubusercontent.com/4eb4ba5968e0bc8842bb68453c9800383f1b76ec2ed1be324c5e1d384b5c64da/68747470733a2f2f7374796c6563692e696f2f7265706f732f35393834313631372f736869656c64)](https://styleci.io/repos/59841617)[![Build Status](https://camo.githubusercontent.com/1f4ce28f5bd0017be2a4320ce202b9e64a18cf2605e655556e0c994abecb72e3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f416e746f696e65417567757374692f676f6f676c652d626f6f6b732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/AntoineAugusti/google-books)[![Coverage Status](https://camo.githubusercontent.com/27a853fb9cef3534775c66a5954db800cab3d90c31e6bae0f42a83fed9d8681a/687474703a2f2f636f6465636f762e696f2f6769746875622f416e746f696e65417567757374692f676f6f676c652d626f6f6b732f636f7665726167652e7376673f6272616e63683d6d6173746572)](http://codecov.io/github/AntoineAugusti/google-books?branch=master)[![Quality Score](https://camo.githubusercontent.com/d3c58d317fe3290961875342dcccbd66256d11ad17ef66c4a12189f8eb34c8e2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f416e746f696e65417567757374692f676f6f676c652d626f6f6b732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/AntoineAugusti/google-books)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Latest Version](https://camo.githubusercontent.com/e8a9c566b493dc6e625f020c7e21d88e515f4d74e70cc76621ae57a0297803eb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f416e746f696e65417567757374692f676f6f676c652d626f6f6b732e7376673f7374796c653d666c61742d737175617265)](https://github.com/AntoineAugusti/google-books/releases)

Google Books
============

[](#google-books)

A simple client for the Google Books API, with limited functionality for now.

Installation
------------

[](#installation)

Either [PHP](https://php.net) 5.5+ or [HHVM](http://hhvm.com) 3.6+ are required.

To get the latest version, simply require the project using [Composer](https://getcomposer.org):

```
$ composer require antoineaugusti/google-books
```

Instead, you may of course manually update your require block and run `composer update` if you want.

Usage
-----

[](#usage)

Getting information for a book thanks to its ISBN 10 or ISBN 13 number:

```
