PHPackages                             jowy/rest-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. jowy/rest-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

jowy/rest-client
================

PHP 5.3+ Rest Client

v0.1.3(10y ago)35.3k8[1 PRs](https://github.com/Atriedes/rest-client/pulls)1MITPHPPHP &gt;=5.3.0

Since Feb 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Atriedes/rest-client)[ Packagist](https://packagist.org/packages/jowy/rest-client)[ RSS](/packages/jowy-rest-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)DependenciesVersions (5)Used By (1)

PHP Rest Client
===============

[](#php-rest-client)

[![Build Status](https://camo.githubusercontent.com/9235524b2b1458e7966019002697f6188180aa263262cb0ecdc4e20559bdf531/68747470733a2f2f7472617669732d63692e6f72672f41747269656465732f726573742d636c69656e742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Atriedes/rest-client)[![SensioLabsInsight](https://camo.githubusercontent.com/d0e5ccd7f2b06269bb80c120cc406ad9c3f1a089a94b7303e1aa138ed5e88d1f/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38303138373361642d363133362d343865312d386364352d6265643464346664643663312f6d696e692e706e67)](https://insight.sensiolabs.com/projects/801873ad-6136-48e1-8cd5-bed4d4fdd6c1)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/f4a34c46d80d974c705314a5430819c92abc62a2224837e1921e07c4c3873542/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f41747269656465732f726573742d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f733d35346536626464346135393436336331643532336132306130363638633630646464363937326134)](https://scrutinizer-ci.com/g/Atriedes/rest-client/)

Simple cURL PHP Rest Client library for PHP 5.3+

### Feature

[](#feature)

---

- Set `HTTP Authentication`
- Set `HTTP Header`
- Set `Curl Options`
- `GET`, `POST`, `PUT`, `DELETE` Method

### Installation

[](#installation)

---

This library can installed through [compose](http://getcomposer.org/)

```
$ php composer.phar require jowy/rest-client:@stable

```

### Usage

[](#usage)

---

```
