-
OAuth2 with PHP's built in Streams Functions
07 January 2016
Read moreMost of the time when I work with APIs from PHP, I use Guzzle - it's awesome and modern and elegant. However some of my work is with legacy platforms and I recently had a situation where we needed to integrate with a API using OAuth2, and launch that integration before …