PHPackages                             bvp/stadium - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bvp/stadium

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bvp/stadium
===========

Stadium for Boatrace Venture Project

6.0.1(1mo ago)079.7k↑32.5%1MITPHPPHP ^8.2CI passing

Since Aug 15Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/shimomo/bvp-stadium)[ Packagist](https://packagist.org/packages/bvp/stadium)[ RSS](/packages/bvp-stadium/feed)WikiDiscussions 6.x Synced 1mo ago

READMEChangelog (4)Dependencies (8)Versions (11)Used By (1)

Stadium for Boatrace Venture Project
====================================

[](#stadium-for-boatrace-venture-project)

[![keepalive](https://github.com/shimomo/bvp-stadium/actions/workflows/keepalive.yml/badge.svg)](https://github.com/shimomo/bvp-stadium/actions/workflows/keepalive.yml)[![psalm](https://github.com/shimomo/bvp-stadium/actions/workflows/psalm.yml/badge.svg)](https://github.com/shimomo/bvp-stadium/actions/workflows/psalm.yml)[![security](https://github.com/shimomo/bvp-stadium/actions/workflows/security.yml/badge.svg)](https://github.com/shimomo/bvp-stadium/actions/workflows/security.yml)[![test](https://github.com/shimomo/bvp-stadium/actions/workflows/test.yml/badge.svg)](https://github.com/shimomo/bvp-stadium/actions/workflows/test.yml)[![codecov](https://camo.githubusercontent.com/9a8bf215964a35ea30818c0a586835425b2c8998fc3a0a115f16f6d08a25b343/68747470733a2f2f636f6465636f762e696f2f67682f7368696d6f6d6f2f6276702d7374616469756d2f67726170682f62616467652e7376673f746f6b656e3d55524c33313842364358)](https://codecov.io/gh/shimomo/bvp-stadium)[![php](https://camo.githubusercontent.com/3b02c8f49196d6d1286c9f8158b8a6395f61e3e8397d50fc7156e5f2024c30d8/68747470733a2f2f706f7365722e707567782e6f72672f6276702f7374616469756d2f726571756972652f706870)](https://packagist.org/packages/bvp/stadium)[![stable](https://camo.githubusercontent.com/1a128136b104555c0077482aedb0dffc5e5e40f47ac32e5807c742e5c94f3ecd/68747470733a2f2f706f7365722e707567782e6f72672f6276702f7374616469756d2f762f737461626c65)](https://packagist.org/packages/bvp/stadium)[![license](https://camo.githubusercontent.com/a0a7fc32b3dc1ce289fd699e5a0e798c267dca6ff19faff11f61344899bafb93/68747470733a2f2f706f7365722e707567782e6f72672f6276702f7374616469756d2f6c6963656e7365)](https://packagist.org/packages/bvp/stadium)

📦 Requirements
--------------

[](#-requirements)

- php: ^8.2
- shimomo/helper: ^0.1

💾 Installation
--------------

[](#-installation)

```
composer require bvp/stadium
```

⚡ Usage
-------

[](#-usage)

### サポートメソッド一覧

[](#サポートメソッド一覧)

メソッド説明引数`Stadium::all()`レース場を全て取得なし`Stadium::byNumber($stadiumNumber)`レース場を取得`$stadiumNumber` : 1〜24`Stadium::byName($stadiumName)`同上`$stadiumName` : 正式名`Stadium::byShortName($stadiumShortName)`同上`$stadiumShortName` : 省略名`Stadium::byHiraganaName($stadiumHiraganaName)`同上`$stadiumHiraganaName` : ひらがな名`Stadium::byKatakanaName($stadiumKatakanaName)`同上`$stadiumKatakanaName` : カタカナ名`Stadium::byEnglishName($stadiumEnglishName)`同上`$stadiumEnglishName` : 英語名`Stadium::byUrl($stadiumUrl)`同上`$stadiumUrl` : URL### 基本的な使い方

[](#基本的な使い方)

```
