https://github.com/caugner/kabelboxer
PHP Client for Compal cable routers
https://github.com/caugner/kabelboxer
Last synced: 8 months ago
JSON representation
PHP Client for Compal cable routers
- Host: GitHub
- URL: https://github.com/caugner/kabelboxer
- Owner: caugner
- License: mit
- Created: 2017-03-21T15:16:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T18:05:02.000Z (about 9 years ago)
- Last Synced: 2025-06-04T06:43:52.428Z (about 1 year ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
KabelBoxer, PHP Client for Compal cable modems
==============================================
KabelBoxer is a PHP Client for Compal cable modems.
[](https://travis-ci.org/caugner/kabelboxer)
[](https://codeclimate.com/github/caugner/kabelboxer)
[](https://packagist.org/packages/claas/kabelboxer)
[](https://packagist.org/packages/claas/kabelboxer)
## Usage
First, install [Composer](http://getcomposer.org/).
```bash
curl -sS https://getcomposer.org/installer | php
```
Next, add KabelBoxer:
```
php composer.phar require caugner/kabelboxer
```
Then, include Composer's autoloader:
```php
require 'vendor/autoload.php';
```
Finally, you can use the KabelBoxer client:
```php
$client = new KabelBoxer\Client();
$client->login('admin', 'password');
$client->restart();
```
## Supported Models
* CH7466CE