PHPackages                             droath/recurly\_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. droath/recurly\_client

ActiveLibrary[API Development](/categories/api)

droath/recurly\_client
======================

Recurly REST API services.

110[1 issues](https://github.com/droath/RecurlyClient/issues)PHP

Since Apr 3Pushed 11y agoCompare

[ Source](https://github.com/droath/RecurlyClient)[ Packagist](https://packagist.org/packages/droath/recurly_client)[ RSS](/packages/droath-recurly-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Recurly Client
==============

[](#recurly-client)

[![Build Status](https://camo.githubusercontent.com/7e4c6fb2b0905f6cbb4cc87b15a8bac88acf8a1c05e278ea1a5438f18e25bd7a/68747470733a2f2f7472617669732d63692e6f72672f64726f6174682f52656375726c79436c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/droath/RecurlyClient)

The Recurly Client library allows you to simply interact with the exposed RESTful API Services provided by [Recurly.com](https://recurly.com/).

We're using the PHP Guzzle library to construct the HTTP requests for the available Recurly web services. This will give us the opportunity to leverage Guzzle and its pluggable HTTP adapters. Hopefully it will make for a more feature rich experience when handling the Recurly web services.

Requirements
------------

[](#requirements)

The PHP library depends on PHP 5.4 or higher.

**NOTE:** Currently we don't support PHP:hhvm, due to HHVM not fully supporting the SimpleXMLIterator class.

Installation
------------

[](#installation)

### Composer

[](#composer)

If you're using [Composer](http://getcomposer.org/), you can simply add a dependency `droath/recurly_client` to your project's composer.json file. Here's a snippet of the composer.json.

```
{
    "require": {
        "droath/recurly_client": "*"
    }
}

```

Usage
-----

[](#usage)

### Configuration

[](#configuration)

Set the Recurly API key and subdomain, which are defined within your [Recurly Account](https://app.recurly.com/login).

```
