Skip to content
forked from positivezero/rest

Representational State Transfer (REST) client for php.

License

Notifications You must be signed in to change notification settings

bobjackman/rest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REST client

A simple, but powerful HTTP and REST client for php

 $client = new \Positivezero\RestClient();
 $response = $client->put($endpoint, $data);

Under BSD 3-Clause License

About

Representational State Transfer (REST) client for php.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%