PHPackages                             machobearstudio/killbill-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. machobearstudio/killbill-client

ActiveLibrary[API Development](/categories/api)

machobearstudio/killbill-client
===============================

Official PHP client to the Killbill HTTP API

0.4.2(6y ago)02921[1 PRs](https://github.com/machobearstudio/killbill-client-php/pulls)Apache-2.0PHPPHP ^5.5 || ^7.0

Since Feb 3Pushed 3y agoCompare

[ Source](https://github.com/machobearstudio/killbill-client-php)[ Packagist](https://packagist.org/packages/machobearstudio/killbill-client)[ GitHub Sponsors](https://github.com/killbill)[ RSS](/packages/machobearstudio-killbill-client/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (9)Used By (0)

killbill-client-php
===================

[](#killbill-client-php)

PHP client library for [Kill Bill](http://killbill.io).

Kill Bill compatibility
-----------------------

[](#kill-bill-compatibility)

Client versionKill Bill version0.2.x0.18.z0.3.x0.20.z0.4.x0.22.zRequirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

Require the library via [composer](https://getcomposer.org):

```
composer require killbill/killbill-client

```

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
require_once('/path/to/./vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
