Skip to content

alohi/faxplus-sample-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAX.PLUS PHP SDK Sample Application

This is a sample web application that uses FAX.PLUS PHP SDK. This app is intended to get you started using the PHP SDK.

Requirements

PHP 7 (SDK itself works on php 5.5 and later but sample app is only tested on php 7)

Installation

  • Clone this repo and from command line go to root of repo
  • Install Composer
  • Run php composer.phar install to install dependencies
  • Run cp src/sample.config.php src/config.php and edit src/config.php and enter your client_id and client_secret
  • go to your FAX.PLUS account and add http://localhost:8080/cb/ to your redirect urls
  • Now run following commands to start the server
cd public/
php -S localhost:8080 index.php

About

A sample application to get you started using FAX.PLUS PHP SDK

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published