nailfor/onvif

onvif protocol

Maintainers

Details

github.com/nailfor/onvif

Source

Issues

Installs: 1 575

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/nailfor/onvif

0.3 2019-09-06 11:12 UTC

This package is not auto-updated.

Last update: 2025-10-25 17:07:43 UTC


README

#Onvif IP Camera library for PHP original https://github.com/rockyjvec/Onvif

##Installation

Pull in the package through Composer.

Run:

sudo apt-get intstall php7.x-soap
composer require nailfor/onvif

##Usage

$cam = new nailfor\onvif\onvif("http://camera.hostname:8000", "username", "password");

//degree, degree, range[0,1]
$cam->AbsoluteMove(170.0, 18.0, 0.2); 

The various services are available as properties of the Onvif class: $cam->Device, $cam->Media, $cam->Events, ...