Livebox API
github.com/chemel/livebox-api
Source
Issues
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
Unknown License 14b90828a2fa90ff041885e9edf6cbefd94d4ded
This package is auto-updated.
Last update: 2024-11-19 02:42:18 UTC
composer install
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());