Laravel Transporter, how to make OOP API requests

www.juststeveking.uk - submitted by Steve McDougall

Sending API requests in any PHP framework has always been a little bit of a manual process, yes you can create an SDK or wrapper - but you are still having to do the same thing. *Introducing Laravel Transporter* an easy to use wrapper around Laravel `PendingRequest` that allows you to define requests as classes, and override options at run time when you need to.

Read more [www.juststeveking.uk]