2017 © Pedro Peláez
 

library rest

image

bproctor/rest

  • Tuesday, August 7, 2012
  • by bproctor
  • Repository
  • 3 Watchers
  • 3 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

rest

A Simple REST Client for PHP, (*1)

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);

The Versions

07/08 2012

dev-master

9999999-dev

  Sources   Download