Skip to content

Instantly share code, notes, and snippets.

View bclincy's full-sized avatar

Brian Clincy bclincy

View GitHub Profile
@bclincy
bclincy / Twilio_Client.php
Created November 2, 2015 13:21 — forked from jeremeamia/Twilio_Client.php
The beginnings of a Guzzle-based, PHP Twilio client.
<?php
namespace Twilio;
use GuzzleHttp\Client as HttpClient;
use GuzzleHttp\Collection;
use GuzzleHttp\Command\Guzzle\GuzzleClient;
use GuzzleHttp\Command\Guzzle\Description;
use GuzzleHttp\Command\Model;
use GuzzleHttp\Subscriber\Retry\RetrySubscriber;