bookbok/book-info-scraper

Provides an interface to help fetch book information from the book API.

v2.0.0 2020-08-02 15:08 UTC

This package is auto-updated.

Last update: 2024-04-12 08:46:17 UTC


README

This library provides a unified interface to retrieve book information from each source.

Install

$ composer require bookbok/book-info-scraper

License

The MIT license applies to this library. The full license is described in the LICENSE file.

Uses

Implement ScraperInterface, BookInterface, and AuthorInterface for each information source, and get the information of a book from the implemented Scraper.