The REST PHP client

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

This package is not auto-updated.

Last update: 2025-02-11 03:28:52 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