bookbok / book-info-scraper
Provides an interface to help fetch book information from the book API.
Installs: 12
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/bookbok/book-info-scraper
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-10-12 12:07:41 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.