The REST PHP client

Maintainers

Package info

github.com/positivezero/rest

pkg:composer/positivezero/rest

Statistics

Installs: 11 476

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 1

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

This package is not auto-updated.

Last update: 2026-03-10 09:08:57 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