Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/partouf/esportscoverageapi-for-php
https://github.com/partouf/esportscoverageapi-for-php
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/partouf/esportscoverageapi-for-php
- Owner: partouf
- License: apache-2.0
- Created: 2015-04-05T16:56:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T20:13:03.000Z (over 9 years ago)
- Last Synced: 2023-03-11T15:11:29.860Z (almost 2 years 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)