Download the PHP package bvp/stadium without Composer
On this page you can find all versions of the php package bvp/stadium. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package stadium
Stadium for Boatrace Venture Project
📦 Requirements
- php: ^8.2
- shimomo/helper: ^0.1
💾 Installation
⚡ 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 |
基本的な使い方
Stadium::all()
取得結果
Stadium::byNumber()
取得結果
Stadium::byName()
取得結果
Stadium::byShortName()
取得結果
Stadium::byHiraganaName()
取得結果
Stadium::byKatakanaName()
取得結果
Stadium::byEnglishName()
取得結果
Stadium::byUrl()
取得結果
📄 License
Stadium は MIT license の元で公開されています。
All versions of stadium with dependencies
PHP Build Version
Package Version
The package bvp/stadium contains the following files
Loading the files please wait ....