PHP REST Clients
        Posted  
        
            by Jamie Rumbelow
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jamie Rumbelow
        
        
        
        Published on 2009-05-21T18:07:53Z
        Indexed on 
            2010/06/18
            4:33 UTC
        
        
        Read the original article
        Hit count: 421
        
I'm trying to connect to a RESTful web service, but I'm having some troubles, especially when sending data over PUT and DELETE. With cURL, PUT requires a file to send, and DELETE is just weird. I'm perfectly capable of writing a client using PHP's socket support and writing the HTTP headers myself, but I wanted to know whether you guys have ever used or seen a REST client for PHP?
© Stack Overflow or respective owner