This library provides a unified interface to retrieve book information from each source.
$ composer require bookbok/book-info-scraper
The MIT license applies to this library. The full license is described in the LICENSE file.
Implement ScraperInterface
, BookInterface
, and AuthorInterface
for each information source,
and get the information of a book from the implemented Scraper.