PHPackages                             adam-innes/php-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. [API Development](/categories/api)
4. /
5. adam-innes/php-rest-client

ActiveLibrary[API Development](/categories/api)

adam-innes/php-rest-client
==========================

PHP REST Client

1.0.6(8y ago)123811PHPPHP &gt;=5.4.0

Since Feb 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/innesian/PhpRestClient)[ Packagist](https://packagist.org/packages/adam-innes/php-rest-client)[ RSS](/packages/adam-innes-php-rest-client/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (6)Used By (1)

PHP RESTful Client Library
==========================

[](#php-restful-client-library)

Synopsis
--------

[](#synopsis)

This is an easy to use client for [RESTful web services](https://en.wikipedia.org/wiki/Representational_state_transfer).

Setup
-----

[](#setup)

### Installation with Composer.

[](#installation-with-composer)

Clone the repository.

```
$ git clone https://github.com/innesian/PhpRestClient.git

```

Install Composer in your project using cURL (command below) or [download the composer.phar directly](http://getcomposer.org/composer.phar).

```
$ curl -sS http://getcomposer.org/installer | php

```

Let Composer install the project dependencies:

```
$ php composer.phar install

```

Once installed, include the autoloader in your script.

```
