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
Requires
- php: ^7.2
- ext-mbstring: *
- psr/event-dispatcher: ^1.0
Requires (Dev)
- phpstan/phpstan: ^0.12.18
- phpunit/phpunit: ^8.5
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-03-12 10:50:04 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.