library livebox-api
Livebox API
alc/livebox-api
Livebox API
- Sunday, November 20, 2016
- by chemel
- Repository
- 1 Watchers
- 0 Stars
- 8 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
livebox-api
Install:
composer install
Usage:
require __DIR__.'/../vendor/autoload.php';
use Alc\Livebox\Livebox;
use Alc\Curl\Curl;
$api = new Livebox(new Curl(), '192.168.1.1');
$api->login('admin', 'admin');
print_r($api->getInfoDSL());