Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 733 Bytes

File metadata and controls

30 lines (18 loc) · 733 Bytes

Example PageCall SDK for php developers. Build Status

The samples in this repository are fully communication applications built using PageCall PHP SDK.

Plz, follow these steps.

Step 1 Install all of dependencies

composer install

Step 2 Please be sure to update the accessKey and secretKey (Checkout 7 - 9 lines in index.php)

$pageCall = new \PageCall\PageCall([
        'accessKey' => '', // Press your access key
        'secretKey' => '' // Press your access key
    ]);

Step 3 Running your built-in server.

php -S localhost:80