Httpful - A Chainable, REST Friendly, PHP HTTP Client.
I am using Httpful PHP library from http://phphttpclient.com/ , here is my sample code : $data = array( 'code' => $request-&…
I'm trying to learn REST, and thought it might be good to start with a PHP REST client such as …