PHPackages                             alexasomba/paystack - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. alexasomba/paystack

ActiveLibrary[HTTP &amp; Networking](/categories/http)

alexasomba/paystack
===================

The OpenAPI specification of the Paystack API that merchants and developers can harness to build financial solutions in Africa.

1.1.6(5mo ago)10unlicensePHPPHP ^7.4 || ^8.0CI failing

Since Dec 15Pushed 3mo agoCompare

[ Source](https://github.com/alexasomba/paystack-php)[ Packagist](https://packagist.org/packages/alexasomba/paystack)[ Docs](https://openapi-generator.tech)[ RSS](/packages/alexasomba-paystack/feed)WikiDiscussions main Synced 1mo ago

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

Paystack
========

[](#paystack)

The OpenAPI specification of the Paystack API that merchants and developers can harness to build financial solutions in Africa.

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/alexasomba/paystack-openapi.git"
    }
  ],
  "require": {
    "alexasomba/paystack-openapi": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
