Download the PHP package bvp/tokuyama-scraper without Composer
On this page you can find all versions of the php package bvp/tokuyama-scraper. 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 tokuyama-scraper
BVP Tokuyama Scraper
BVP Tokuyama Scraper は、ボートレース徳山の公式サイトから選手コメント、オリジナル展示タイムをスクレイピングして取得できる PHP ライブラリです。
📦 Requirements
- PHP ^8.2
- Composer
- Carbon
💾 Installation
⚡ Usage
サポートメソッド一覧
メソッド | 説明 | 引数 |
---|---|---|
Scraper::scrapeComments($raceNumber, $raceDate = null) |
選手コメントを取得 | $raceNumber : 1〜12$raceDate : Carbon対応日付文字列またはCarbonインスタンス(省略時は当日) |
Scraper::scrapeTimes($raceNumber, $raceDate = null) |
オリジナル展示タイムを取得 | 同上 |
$raceDate の例
'2025-01-01'
'2025/01/01'
'yesterday'
Carbon::now()->subDay()
基本的な使い方
Scraper::scrapeComments()
取得結果
Scraper::scrapeTimes()
取得結果
⚠️ Notes
- スクレイピング対象の公式サイトの構造が変更された場合、正しくデータを取得できなくなる可能性があります。
- 利用時は対象サイトの利用規約を遵守してください。
📄 License
BVP Tokuyama Scraper は MIT license の元で公開されています。
All versions of tokuyama-scraper with dependencies
PHP Build Version
Package Version
The package bvp/tokuyama-scraper contains the following files
Loading the files please wait ....