https://github.com/partouf/esportscoverageapi-for-php
https://github.com/partouf/esportscoverageapi-for-php
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/partouf/esportscoverageapi-for-php
- Owner: partouf
- License: apache-2.0
- Archived: true
- Created: 2015-04-05T16:56:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T20:13:03.000Z (about 10 years ago)
- Last Synced: 2025-02-08T23:47:02.137Z (3 months ago)
- Language: PHP
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EsportsCoverageAPI-for-PHP
PHP API to control your stream at esportscoverage.net
Available functions:
* GetStreamDetails()
* SetCurrentPlayers(string $player1name, string $player2name, int $player1score = 0, int $player2score = 0)
* SetCurrentScore(int $player1score, int $player2score)
* SetEvent(int $event_id)
* ListEventNames()For usage, check out [test.php](https://github.com/partouf/EsportsCoverageAPI-for-PHP/blob/master/test.php)