The REST PHP client

Installs: 11 422

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 5

Open Issues: 1

pkg:composer/positivezero/rest

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

This package is not auto-updated.

Last update: 2025-10-21 06:58:06 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