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

ActiveLibrary[API Development](/categories/api)

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

Official PHP client to the Killbill HTTP API

0.4.2(6y ago)2914.5k↓81.3%29[2 issues](https://github.com/killbill/killbill-client-php/issues)[1 PRs](https://github.com/killbill/killbill-client-php/pulls)Apache-2.0PHPPHP ^5.5 || ^7.0CI failing

Since Feb 3Pushed 1mo ago6 watchersCompare

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

READMEChangelog (5)Dependencies (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.z0.5.x0.24.zRequirements
------------

[](#requirements)

PHP 8.1 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:

```
