PHPackages                             ibca/vhall - 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. [API Development](/categories/api)
4. /
5. ibca/vhall

ActiveLibrary[API Development](/categories/api)

ibca/vhall
==========

vhall web api sdk of php

1.2(8y ago)0123PHPPHP &gt;=5.5.0

Since Jun 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ibca/vhall)[ Packagist](https://packagist.org/packages/ibca/vhall)[ RSS](/packages/ibca-vhall/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (4)Used By (0)

Vhall Web SDK for PHP
=====================

[](#vhall-web-sdk-for-php)

[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)[![Latest Stable Version](https://camo.githubusercontent.com/5dc00dacf3697afef9217c4d2ea9429eb155362756443851adc6e168a3ba5451/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7668616c6c2f7765625f73646b5f7068702e737667)](https://packagist.org/packages/vhall/web_sdk)

安装
--

[](#安装)

- 通过composer，这是推荐的方式

```
$ composer require ibca/vhall:dev-master
```

- 直接下载安装，SDK 没有依赖其他第三方库，但需要参照 composer的autoloader，增加一个自己的autoloader程序。

运行环境
----

[](#运行环境)

Vhall Web SDK版本PHP 版本1.0cURL extension, 5.6,7.0使用方法
----

[](#使用方法)

### 使用composer

[](#使用composer)

```
use Ibca\Vhall\Webinar;

$webinarId = 250031234;

$config = [
    'app_key' => '9100f829ccabfeb689de7b08a0a57f2e',
    'secret_key' => 'dc9b53947c3d2d2a0d9c4067071576e6',
    'show_request_url' => true, // 是否显示构造请求连接&参数 json console (请勿在生产环境打开)
    'show_request_data' => true, // 是否显示接口返回数据 json console (请勿在生产环境打开)
];

$webinarObj = new Webinar($config);

// 添加封面
$result = $webinarObj->activeimage([
    'image' => __DIR__ . '/logo.png',
    'webinar_id' => $webinarId
]);
```

```

## 代码许可
Forked By https://github.com/vhall/web_sdk_php and Feat Comment Webinar

The MIT License (MIT).详情见 [License文件](https://github.com/vhall/web_sdk_php/blob/master/LICENSE).

[packagist]: http://packagist.org
[install-packagist]: https://packagist.org/packages/vhall/web_sdk_php

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~0 days

Total

3

Last Release

3259d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e38c8c21f9e1784494b0765fd405ec5ce9de08c96d231aa44411aeda84966eea?d=identicon)[ibca](/maintainers/ibca)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ibca-vhall/health.svg)

```
[![Health](https://phpackages.com/badges/ibca-vhall/health.svg)](https://phpackages.com/packages/ibca-vhall)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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