alc/livebox-api

There is no license information available for the latest version (dev-master) of this package.

Livebox API

dev-master 2016-11-20 10:35 UTC

This package is auto-updated.

Last update: 2024-04-19 01:15:12 UTC


README

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());