saurabhsharma/phonedotcom

Interact with Phone.com API

v0.0.1 2023-02-16 09:58 UTC

This package is auto-updated.

Last update: 2024-05-16 12:43:35 UTC


README

###(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.