/Phone.com

Primary LanguagePHPMIT LicenseMIT

Phone.com SDK

###(WIP)

Installation

composer require saurabhsharma/phonedotcom

Usage

$request = new PhoneDotCom('bearer-token');

$request->accounts()->ListAccounts();
$request->accounts()->getAccount($voip_id);

Credits

License

The MIT License (MIT). Please see License File for more information.