boatrace-sakura/accessory

The Boatrace Sakura Accessory.

2.0.0 2025-01-06 18:31 UTC

This package is auto-updated.

Last update: 2025-01-07 04:59:22 UTC


README

Build Status Coverage Status Latest Stable Version Latest Unstable Version License

Installation

composer require boatrace-sakura/accessory

Usage

<?php

require __DIR__ . '/vendor/autoload.php';

use Boatrace\Sakura\Accessory;

var_dump(Accessory::times(stadiumId: 24, raceNumber: 1));
var_dump(Accessory::times(stadiumId: 24, raceNumber: 1, date: '2024-01-01'));

var_dump(Accessory::comments(stadiumId: 24, raceNumber: 1));
var_dump(Accessory::comments(stadiumId: 24, raceNumber: 1, date: '2024-01-01'));

License

The Boatrace Sakura Accessory is open source software licensed under the MIT license.