PHPackages                             bitpesa/bitpesa-php-sdk - 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. bitpesa/bitpesa-php-sdk

ActiveLibrary[API Development](/categories/api)

bitpesa/bitpesa-php-sdk
=======================

TransferZero Client Library for PHP

1.37.1(9mo ago)29[2 issues](https://github.com/transferzero/transferzero-sdk-php/issues)MITPHPPHP &gt;=7.2CI passing

Since May 16Pushed today22 watchersCompare

[ Source](https://github.com/transferzero/transferzero-sdk-php)[ Packagist](https://packagist.org/packages/bitpesa/bitpesa-php-sdk)[ Docs](http://api.transferzero.com/documentation)[ RSS](/packages/bitpesa-bitpesa-php-sdk/feed)WikiDiscussions master Synced today

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

TransferZero Client Library for PHP
===================================

[](#transferzero-client-library-for-php)

This is the PHP client library for use with the TransferZero API. To use the API please register and obtain valid API keys on the [TransferZero developer portal](https://developers.transferzero.com/).

For more information, please visit:

- [API Documentation](https://docs.transferzero.com)
    - [Onboarding guide](https://docs.transferzero.com/docs/quick-integration/)
    - [Transaction flow](https://docs.transferzero.com/docs/transaction-flow/)
    - [Additional features](https://docs.transferzero.com/docs/additional-features/)
- [API Specification](https://api.transferzero.com/documentation)

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0
- Package version: 1.37.5

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

[](#requirements)

PHP 7.1 and later

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

[](#installation--usage)

### Composer

[](#composer)

To install via [Composer](http://getcomposer.org/), run:

```
composer require transferzero/transferzero-php-sdk

```

Then run `composer install`

New to Composer? Learn more at [Composer's Getting Started page](https://getcomposer.org/doc/00-intro.md)

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

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

[](#getting-started)

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

```
