In this section you'll find links submitted by others.

Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?

To be able to submit a link you need to log in first.

Log in

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]