Skip to content

julianzillner/OpenATV-OpenWebif-API-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

OpenATV - OpenWebif PHP Script

This is a Script, where you can create a Information Output in PHP.

Installation

The only thing what you have to do is, to put your IP Adress of the TV Box in the Code:

<?php
#Please put your OpenWebif IP here
$url = "http://192.168.178.111/api/statusinfo";
$json = file_get_contents($url);
$data = json_decode($json, true);
?>

Then put the index.php file on a php Webserver and you will see it works!

About

OpenATV-OpenWebif-API-PHP Output Script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages