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.5

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 2mo 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 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

2401d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4955f458abadd54d8d0752b7c014d35cc93f0588f17d9487fdca7352f58a503f?d=identicon)[dhildreth](/maintainers/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

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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