mnavarrocarter/isbn-find

This package is abandoned and no longer maintained. No replacement package was suggested.

A web scrapper for getting books info based on ISBN10/13.

v0.1.1 2017-10-10 19:09 UTC

This package is auto-updated.

Last update: 2019-08-18 18:32:50 UTC


README

A web scrapper for getting books info based on ISBN10/13 from ISBNDB.

Install

composer require mnavarrocarter/ISBNFind

Usage

require 'vendor/autoload.php';
use mnavarrocarter\ISBNFind\Book;
$book = Book::find(1885217765);
print_r($book);

Returned