namboy94/cheetah-bets
Composer 安装命令:
composer require namboy94/cheetah-bets
包简介
Football Bets library for PHP 7.1+
关键字:
README 文档
README
| master | develop |
|---|---|
Cheetah-Bets is a collection of classes and scripts that enable you to integrate a football/soccer betting service into your website. The data is powered by openligadb.de.
Usage
First off, you will have to make sure the required database tables exist within your database. To do this, you just have to initialize a SchemaCreator object with a connection to your database.
Once this is done, you can use any of the other classes in the library.
To fill the database with data, you will have to run the leagugetter script.
Installation
You can use cheetah-bets by adding the requirement
"namboy94/cheetah-bets": "dev-master"
to your composer.json file an then running composer install. You can then
find the classes in vendor/namboy94/cheetah-bets/src. Thanks to autoloader,
you should be able to easily access the classes from cheetah-bets.
Documentation
All classes and methods are documented using DocBlock comments. Additional Documentation can be found in doc.
Further Information
统计信息
- 总下载量: 175
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2017-07-12
