boatrace-sakura/accessory

The Boatrace Sakura Accessory.

1.1.0 2024-11-13 11:25 UTC

This package is auto-updated.

Last update: 2024-11-13 14:26:13 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'));

License

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