Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 203 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 203 Bytes

REST client

A simple, but powerful HTTP and REST client for php

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

Under BSD 3-Clause License