background preloader

API

Facebook Twitter

Making RESTful Requests in PHP « Gen X Design. How to GET, POST, PUT, & DELETE in PHP APIs have become a very commonplace part of many popular web sites and services… especially REST APIs.

Making RESTful Requests in PHP « Gen X Design

I’ve already discussed how you can roll your own REST API for your PHP apps, but I’ve also received countless requests to go over how to actually make RESTful requests. Create a REST API with PHP « Gen X Design. Your apps never had it so good One of the latest (sort of) crazes sweeping the net is APIs, more specifically those that leverage REST.

Create a REST API with PHP « Gen X Design

It’s really no surprise either, as consuming REST APIs is so incredibly easy… in any language. It’s also incredibly easy to create them as you essentially use nothing more than an HTTP spec that has existed for ages.