orhanbhr / iddaa-bot-2020
It is PHP-based, allowing you to receive data from iddaa.com.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/orhanbhr/iddaa-bot-2020
Requires
- php: ^7.0.0
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2025-12-05 05:23:56 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
| Id | Name |
|---|---|
| 1 | Football |
| 2 | Basketball |
| 20 | Table Tennis |
| 4 | Ice Hockey |
| 6 | Handball |
| 23 | Volleyball |
| 5 | Tennis |
| 11 | Motor Sports |
| 19 | Snooker |
Language List
| Id | Name |
|---|---|
| tr | Turkish |
| en | English |
Response Type List
| Id | Name |
|---|---|
| 1 | Json |
| 0 | Array |
Contributing
Thank you for considering contributing to the Iddaa Bot.
Developer
License
The Laravel framework is open-sourced software licensed under the MIT license.