The REST PHP client

v0.6 2013-11-01 09:22 UTC

This package is not auto-updated.

Last update: 2024-04-22 23:38:25 UTC


README

A simple, but powerful HTTP and REST client for php

 $client = new \Positivezero\RestClient();
 $response = $client->put($endpoint, $data);

Under BSD 3-Clause License