Wallogit.com
2017 © Pedro Peláez
ONVIF communication methods for IP cameras.
Provides the functions needed to communicate with ONVIF enabled IP camera devices., (*1)
The package can be installed one of two ways, either using composer to load the appropriate version into your application vendor directory or by copying the NoCon class directory into the appropriate location for your application., (*2)
Add a require statement to your composer.json file then run composer update to load the package., (*3)
"require" : {
"nocon/nocon-onvif": "dev-master"
}
composer update, (*4)
Download the package zip file and extract the contents to a temporary location. Copy the NoCon/ directory structure to your application's class file location where your autoloader can locate the class., (*5)
Initial commit, alpha version, incomplete., (*6)