bvp/tamagawa-scraper

The BVP Tamagawa Scraper package for Boatrace.

4.0.0 2025-04-10 10:26 UTC

This package is auto-updated.

Last update: 2025-04-27 14:15:31 UTC


README

Build Status codecov PHP Version Require Latest Stable Version Latest Unstable Version License

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.