Great PHP REST-client library

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AdultKing
    Raise Your Weapon
    • Jun 2003
    • 15601

    #1

    Tech 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.
Working...