2017 © Pedro Peláez
 

library livebox-api

Livebox API

image

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

The README.md

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

The Versions

20/11 2016

dev-master

9999999-dev

Livebox API

  Sources   Download

The Requires