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

ActiveLibrary[API Development](/categories/api)

masspayio/masspay-php-sdk
=========================

Client for MasspaySdk

3.0.0(1y ago)21.6k1[1 PRs](https://github.com/masspayio/masspay-php-sdk/pulls)MITPHPPHP ^8.0CI passing

Since Nov 15Pushed 8mo ago3 watchersCompare

[ Source](https://github.com/masspayio/masspay-php-sdk)[ Packagist](https://packagist.org/packages/masspayio/masspay-php-sdk)[ Docs](https://github.com/masspayio/masspay-php-sdk)[ RSS](/packages/masspayio-masspay-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (9)Versions (12)Used By (0)

 [![](./assets/logo.png)](./assets/logo.png)MasspaySdk
==========

[](#masspaysdk)

 [ ![](https://camo.githubusercontent.com/6b23efb59b9d2af073fa33e21795f06d0eb6a9c5b16c9202db53550a29b399d2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d332e302e302d626c7565) ](#) [ ![](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667) ](https://opensource.org/licenses/MIT)

Welcome to our MasspaySdk. We are committed to providing you with the best SDK services experience possible. Please use our step-by-step instructions to become familiar with how to use our SDK.

- Current API version: 1.0.0
- Current package version: 3.0.0

Table of Contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Frequently Asked Questions (FAQ)](#frequently-asked-questions-faq)

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

[](#requirements)

- PHP version &gt;= 8.0.
- MassPay.io API credentials.

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

[](#installation)

### Composer

[](#composer)

To install via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/masspayio/masspay-php-sdk.git"
    }
  ],
  "require": {
    "masspayio/masspay-php-sdk": "^3.0.0"
  }
}
```

Then run `composer install`.

### Manual Installation

[](#manual-installation)

Download the latest release and include `autoload.php`:

```
