dev-master
9999999-devParses the haxball roomlist
MIT
The Requires
2.0.0
2.0.0.0Parses the haxball roomlist
MIT
The Requires
1.0.0
1.0.0.0Parses the haxball roomlist
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Parses the haxball roomlist
Parses the haxball roomlist, (*1)
composer require jonnyynnoj/haxball-roomlist-parser
$parser = RoomlistParser\Parser::create();
$rooms = $parser->parse();
foreach ($rooms as $room) {
echo $room->getName();
}
Output as JSON:, (*2)
echo json_encode($rooms);
Parses the haxball roomlist
MIT
Parses the haxball roomlist
MIT
Parses the haxball roomlist
MIT