PHPackages                             pplink/pagecall - 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. pplink/pagecall

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

pplink/pagecall
===============

PageCall PHP SDK

1.0.5(7y ago)0142PHPPHP &gt;=7.1.0

Since Jul 17Pushed 6y ago2 watchersCompare

[ Source](https://github.com/pplink/pagecall-sdk-php)[ Packagist](https://packagist.org/packages/pplink/pagecall)[ Docs](https://www.pplink.net/)[ RSS](/packages/pplink-pagecall/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

PageCall SDK For PHP [![Build Status](https://camo.githubusercontent.com/3e3effd8477f19d2a210a5c634a84fdab6e484796f123f275d2caaffa1c940d0/68747470733a2f2f7472617669732d63692e6f72672f70706c696e6b2f7061676563616c6c2d73646b2d7068702e737667)](https://travis-ci.org/pplink/pagecall-sdk-php)
=============================================================================================================================================================================================================================================================================================

[](#pagecall-sdk-for-php--)

The `PageCall` SDK for PHP makes it easy for developers to access PageCall in their PHP code.

Prerequisites
-------------

[](#prerequisites)

- PHP 7.0 or above
- PHP CURL extension
- Composer

Installation
------------

[](#installation)

```
composer require pplink/pagecall

```

Quick Examples
--------------

[](#quick-examples)

### Create an PageCall Instance

[](#create-an-pagecall-instance)

```
// change path as needed
require_once __DIR__ . '/vendor/autoload.php';

$pageCall = new \PageCall\PageCall([
    'accessKey' => 'test',
    'secretKey' => 'test'
]);
```

### Bring in a PageCall

[](#bring-in-a-pagecall)

```
// change path as needed
require_once __DIR__ . '/vendor/autoload.php';

try {
    $pageCall = new \PageCall\PageCall([
        'accessKey' => 'test',
        'secretKey' => 'test'
    ]);

    $pca = $pageCall->connectIn([
        'userId' => $_POST['userId'],
        'publicRoomId' => $_POST['publicRoomId']
    ]);
    echo $pca['html'];
} catch (\PageCall\Exceptions\PageCallSDKException $e) {

} catch (\PageCall\Exceptions\PageCallAuthenticationException $e) {

}
```

Support
-------

[](#support)

Contact us `support@pplink.net`

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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 ~41 days

Recently: every ~51 days

Total

8

Last Release

2567d ago

PHP version history (2 changes)1.0.5PHP &gt;=7.1.0

v1.0.4PHP &gt;=7.0.0

### Community

Maintainers

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

---

Top Contributors

[![webhacking](https://avatars.githubusercontent.com/u/10232178?v=4)](https://github.com/webhacking "webhacking (23 commits)")

---

Tags

sdkPCAPageCall

### Embed Badge

![Health badge](/badges/pplink-pagecall/health.svg)

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

###  Alternatives

[aws/aws-crt-php

AWS Common Runtime for PHP

416300.1M4](/packages/aws-aws-crt-php)[zumba/amplitude-php

PHP SDK for Amplitude

409.5M5](/packages/zumba-amplitude-php)[ennnnny/tbk

简约优雅的淘宝客SDK

29016.1k1](/packages/ennnnny-tbk)[anilcancakir/laravel-ai-sdk-skills

A skill system for Laravel AI SDK agents. Define reusable AI capabilities with SKILL.md files.

151.1k](/packages/anilcancakir-laravel-ai-sdk-skills)

PHPackages © 2026

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