PHP code example of bvp / crawler

1. Go to this page and download the library: Download bvp/crawler library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

bvp / crawler example snippets




oatrace\Venture\Project\Crawler;

var_dump(Crawler::program('2017-03-31')); // 2017年03月31日の出走表
var_dump(Crawler::program('2017-03-31', 24)); // 2017年03月31日 大村の出走表
var_dump(Crawler::program('2017-03-31', 24, 1)); // 2017年03月31日 大村 1Rの出走表

var_dump(Crawler::notice('2017-03-31')); // 2017年03月31日の直前情報
var_dump(Crawler::notice('2017-03-31', 24)); // 2017年03月31日 大村の直前情報
var_dump(Crawler::notice('2017-03-31', 24, 1)); // 2017年03月31日 大村 1Rの直前情報

var_dump(Crawler::result('2017-03-31')); // 2017年03月31日の結果
var_dump(Crawler::result('2017-03-31', 24)); // 2017年03月31日 大村の結果
var_dump(Crawler::result('2017-03-31', 24, 1)); // 2017年03月31日 大村 1Rの結果

var_dump(Crawler::odds('2017-03-31')); // 2017年03月31日のオッズ
var_dump(Crawler::odds('2017-03-31', 24)); // 2017年03月31日 大村のオッズ
var_dump(Crawler::odds('2017-03-31', 24, 1)); // 2017年03月31日 大村 1Rのオッズ

var_dump(Crawler::stadium('2017-03-31')); // 2017年03月31日の開催場
var_dump(Crawler::stadiumId('2017-03-31')); // 2017年03月31日の開催場
var_dump(Crawler::stadiumName('2017-03-31')); // 2017年03月31日の開催場