PHPackages                             arthurpatriot/ptz-cameras-control - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. arthurpatriot/ptz-cameras-control

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

arthurpatriot/ptz-cameras-control
=================================

Easy control your PTZ Cameras from PHP

v1.2.3(5y ago)035↓100%GPL-3.0-or-laterPHPPHP ^7.0

Since Jun 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ArthurPatriot/ptz-cameras-control)[ Packagist](https://packagist.org/packages/arthurpatriot/ptz-cameras-control)[ RSS](/packages/arthurpatriot-ptz-cameras-control/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (7)Used By (0)

Cameras PTZ Control Library
===========================

[](#cameras-ptz-control-library)

Easy control your PTZ Cameras from PHP.

Installation
------------

[](#installation)

Use the package manager [composer](https://getcomposer.org/) to install this package.

```
composer require arthurpatriot/ptz-cameras-control
```

Basic Usage
-----------

[](#basic-usage)

```
use PtzCamera\CameraMovement;

$camera = new CameraMovement('login', 'password', 'ip', 'port');

$camera->left();
$camera->right();
$camera->up();
$camera->down();
$camera->home();
```

Supported Providers
-------------------

[](#supported-providers)

- Hikvision
- Dahua
- ISAPI PTZ Cameras

> If your camera not in this list, contact with me, and we add support.

### Custom Provider

[](#custom-provider)

For using custom camera provider:

```
$camera = new CameraMovement('login', 'password', 'ip', 'port', null, 'example-path');
```

Where `example-path`, `ISAPI/PTZCtrl` or ptz path for your device.

Documentation
-------------

[](#documentation)

Visit [Wiki Pages](https://github.com/ArthurPatriot/ptz-cameras-control/wiki) for more information or contact with me on [Email](mailto:arthur.patriot@gmail.com) / [Telegram](https://t.me/ArthurPatriot).

Features
--------

[](#features)

- Momentary Movement (Default)
- Relative Movement
- To Home Movement
- To Preset Movement

> Other in Development :)

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License
-------

[](#license)

[GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

2169d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/404b501616de0d858970849e8e1b8bbc59da01e1391f78fb687139a3719e7393?d=identicon)[ArthurPatriot](/maintainers/ArthurPatriot)

---

Top Contributors

[![ArthurPatriot](https://avatars.githubusercontent.com/u/36359548?v=4)](https://github.com/ArthurPatriot "ArthurPatriot (14 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/arthurpatriot-ptz-cameras-control/health.svg)

```
[![Health](https://phpackages.com/badges/arthurpatriot-ptz-cameras-control/health.svg)](https://phpackages.com/packages/arthurpatriot-ptz-cameras-control)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
