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

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

Notifications You must be signed in to change notification settings

pplink/pagecall-sdk-sample-for-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published