Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.46 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.46 KB

twilio-api-client

Latest Stable Version Total Downloads Maintainability Test Coverage

Twilio API Client for PHP

Installation

composer require brokeyourbike/twilio-api-client

Usage

use BrokeYourBike\Twilio\Interfaces\ConfigInterface;
use BrokeYourBike\Twilio\V1\Lookup;

assert($config instanceof ConfigInterface)
assert($httpClient instanceof \GuzzleHttp\ClientInterface)

$lookup = new Lookup($config, $httpClient);
$lookup->phoneNumber('+123456789');

Why

twilio/sdk is not typed enough

Authors

License

Mozilla Public License v2.0