orhanbhr / iddaa-bot-2020
It is PHP-based, allowing you to receive data from iddaa.com.
v1.0.2
2020-11-04 16:37 UTC
Requires
- php: ^7.0.0
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2024-11-05 03:08:21 UTC
README
Iddaa.com PHP Bot 2020
It is PHP-based, allowing you to receive data from iddaa.com.
Installation
Installing with the help of Composer:
composer require orhanbhr/iddaa-bot-2020
Laravel Service Provider
If you are using Laravel; config/app.php
under the providers array in the file
orhanbhr\IddaaBot\BotServiceProvider::class
Usage
Match List
use orhanbhr\IddaaBot\Controllers\IddaaBotController; $bot = new IddaaBotController(); $json = $bot->program(); var_dump($json);
Match Detail
$bot->detail(2, 231998);
Change Sport
$bot->program(2);
Change Language
$bot->lang('tr')->program();
Change Response Type
$bot->responseType(0)->program();
Sport List
Language List
Response Type List
Contributing
Thank you for considering contributing to the Iddaa Bot.
Developer
License
The Laravel framework is open-sourced software licensed under the MIT license.