Skip to content

didforsale/php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION

This PHP module is basically to facilitate developers to simply USE DidForSale API.

INSTALLATION

  • Clone the code
  • cd didforsale-php
  • composer install

You should have all the codes with you ready to work.

EXAMPLE

    include './vendor/autoload.php';

    $apikey = 'YOUR API KEY';


    $client = new Didforsale\Client($apikey);

    print_r($client->send_sms('XXXXXXXX331', 'XXXXXXXX406', 'Your message to be sent'));

About

PHP SDK for DidForSale CPaaS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages