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(6y ago)035GPL-3.0-or-laterPHPPHP ^7.0

Since Jun 3Pushed 4y 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 3w 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 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

2214d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36359548?v=4)[Artur Khylskyi](/maintainers/ArthurPatriot)[@ArthurPatriot](https://github.com/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

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1523.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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