bproctor/rest

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

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

This package is not auto-updated.

Last update: 2024-05-11 11:22:11 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);