rrey / cwmp
TR069 based Auto Configuration Server (ACS) using CWMP
Installs: 121
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 4
Forks: 5
Open Issues: 1
pkg:composer/rrey/cwmp
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-12-18 06:25:19 UTC
README
Laravel 5
Download the package via composer by running:
composer require "rrey/cwmp":"dev-master"
Include the following in the app\config.php's file providers array:
'providers' => [
... // Other Service Providers
CWMP\Laravel\CWMPServiceProvider::class,
],
Run the following artisan command:
php artisan vendor:publish --provider="CWMP\Laravel\CWMPServiceProvider"