bproctor/rest

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Details

github.com/bproctor/rest

Source

Issues

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 0

pkg:composer/bproctor/rest

dev-master 2012-08-06 23:49 UTC

This package is not auto-updated.

Last update: 2025-10-11 17:57:09 UTC


README

A Simple REST Client for PHP

Usage

Rest::delete($url, array $data = null);
Rest::get($url, array $data = null);
Rest::post($url, array $data = null);
Rest::put($url, array $data = null);