bookbok/book-info-scraper

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

Maintainers

Package info

github.com/bookbok/book-info-scraper

pkg:composer/bookbok/book-info-scraper

Statistics

Installs: 12

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-12 12:58:35 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.