bvp / tamagawa-scraper
The BVP Tamagawa Scraper package for Boatrace.
4.0.0
2025-04-10 10:26 UTC
Requires
- php: ^8.2
- bvp/converter: ^4.0
- bvp/scraper-core: ^4.0
- bvp/trimmer: ^4.0
- nesbot/carbon: ^2.63 || ^3.0
Requires (Dev)
- phpunit/phpunit: ^10.1 || ^11.1 || ^12.0
README
Installation
composer require bvp/tamagawa-scraper
Usage
<?php require __DIR__ . '/vendor/autoload.php'; use BVP\TamagawaScraper\Scraper; print_r(Scraper::scrapeForecasts(12)); print_r(Scraper::scrapeForecasts(12, '2025-04-13')); print_r(Scraper::scrapeTimes(12)); print_r(Scraper::scrapeTimes(12, '2025-04-13'));
License
The BVP Tamagawa Scraper package is open source software licensed under the MIT license.