View Single Post
Old 09-07-2015, 08:19 PM  
AdultKing
Raise Your Weapon
 
AdultKing's Avatar
 
Industry Role:
Join Date: Jun 2003
Location: Outback Australia
Posts: 15,601
Great PHP REST-client library

Apologies if you already use this, but some might find it useful

I was searching high and low for a good client library to handle JSON queries that were chainable and I could pull in with composer. Finally I found one and it's worth a look.

https://github.com/nategood/httpful

to include it in your composer.json just use

Code:
{
    "require": {
        "nategood/httpful": "*"
    }
}
I hope some of you find this as useful as I have, it's saved me re-inventing the wheel.
AdultKing is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote