Subscribe to receive notifications of new posts:

Using Guzzle and PHPUnit for REST API Testing

2016-12-28

php

APIs are increasingly becoming the backbone of the modern internet - whether you're ordering food from an app on your phone or browsing a blog using a modern JavaScript framework, chances are those requests are flowing through an API. ...