Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.
/ accessory Public archive

Accessory in the Boatrace Venture Project

License

Notifications You must be signed in to change notification settings

shimomo/accessory

Repository files navigation

Accessory

Build Status codecov Latest Stable Version Latest Unstable Version License

Installation

composer require bvp/accessory

Usage

<?php

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

use Boatrace\Venture\Project\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

Accessory in the Boatrace Venture Project is open source software licensed under the MIT license.

About

Accessory in the Boatrace Venture Project

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages