nb3lmont / mixer-api

Wrapper for the Mixer (Beam) API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mixer-api

Desc.: Wrapper for the Mixer.com (Formerly Beam.pro) API

Demo: http://phux.org/mixer

Usage: $var = new Mixer('MixerName')

	ie.
	
	$stream = new Mixer('Neat0');
	
	echo $stream->userName.' is playing '.$stream->game;

TO-DO: Finish adding advanced stream information Add chat content

About

Wrapper for the Mixer (Beam) API

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%