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)135GPL-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 1w 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

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

2260d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[civicrm/civicrm-core

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

762297.9k51](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

65147.9k151](/packages/oat-sa-tao-core)

PHPackages © 2026

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