PHPackages                             dhildreth/canon-http-webview - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. dhildreth/canon-http-webview

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dhildreth/canon-http-webview
============================

PHP Canon HTTP Webview API client

1.0.0(6y ago)08MITPHPPHP &gt;=5.5CI failing

Since Oct 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/dhildreth/canon-http-webview)[ Packagist](https://packagist.org/packages/dhildreth/canon-http-webview)[ RSS](/packages/dhildreth-canon-http-webview/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Canon HTTP WebView PHP Client
=============================

[](#canon-http-webview-php-client)

Canon HTTP WebView is a PHP client that makes it easy to integrate the Canon Network Camera Protocol Spec., or HTTP WebView Protocol Specifications into your project.

Features
--------

[](#features)

- Create a session, control the camera, and download images from Canon network 360 cameras.
- Tested using VB-C60 camera, but should also support VB-C500D/VD, VB-C300, VB-C50i/R, and VB-C50Fi/FSi.
- Example test script to demonstrate how to use the WVHttp client.
- Included original PDF of WebView Protocol Specifications for reference.

```
use WVHttp\Client;

$client = new Client([
    'base_uri' => 'http://www.foo.com/1.0/',
    'auth' => [
        'username',
        'password',
    ],
    'timeout' => 20
]);

$client->open(['v' => 'jpg:640x480:5', 'p' => '50']);
$client->claim();
$client->control([
    'pan' => 15.75 * 100,
    'tilt' => -4.25 * 100,
    'zoom' => 55.8 * 100,
]);

$client->image('wvhttp_'.date('Y-m-d-H-s').'.jpg');
$client->yield();
$client->close();
```

Installing
----------

[](#installing)

The recommended way to install canon-http-webview is through [Composer](http://getcomposer.org).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version:

```
php composer.phar require dhildreth/canon-http-webview
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

You can then later update using composer:

```
php composer.phar update
```

Shortcomings
------------

[](#shortcomings)

- No event driven functionality, rely on sleep() calls.
- No video downloading capability (video.cgi).
- Old compatible commands not implemented.
- Thrown exceptions and user input validation could be implemented.
- panorama.cgi not implemented.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2452d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1189273?v=4)[Derek Hildreth](/maintainers/dhildreth)[@dhildreth](https://github.com/dhildreth)

---

Top Contributors

[![dhildreth](https://avatars.githubusercontent.com/u/1189273?v=4)](https://github.com/dhildreth "dhildreth (5 commits)")

---

Tags

canonvb-c60canon webviewhttp webviewnetwork cameravb c500d vdvb c300vb c50i rvb c50fi fsi

### Embed Badge

![Health badge](/badges/dhildreth-canon-http-webview/health.svg)

```
[![Health](https://phpackages.com/badges/dhildreth-canon-http-webview/health.svg)](https://phpackages.com/packages/dhildreth-canon-http-webview)
```

###  Alternatives

[aws/aws-sdk-php

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

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

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

DreamFactory(tm) Core Components

1652.0k38](/packages/dreamfactory-df-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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