Creating A PHP Nexmo API Client Using Guzzle Web Service Client – Part 1
Phew. That was a long title. Sorry about that, just wanted to try to be clear on what this post (series of posts) is about.
Recently I’ve had the need to write several API clients to simplify integrating with services like CrashPlan, Smartsheet, Trello, etc. Initially I started writing a client library that used the standard Guzzle features. After writing a couple of them I remembered a talk by Jeremy Lindblom @jeremeamia at last years php[tek] conference.