PHPackages                             digikraaft/paystack-php - 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. [Payment Processing](/categories/payments)
4. /
5. digikraaft/paystack-php

ActiveLibrary[Payment Processing](/categories/payments)

digikraaft/paystack-php
=======================

PHP Implementation of Paystack API

v2.2.0(3y ago)65.0k—8.3%14MITPHPPHP ^8.0|^8.1|^8.2

Since Jun 11Pushed 3y ago2 watchersCompare

[ Source](https://github.com/digikraaft/paystack-php)[ Packagist](https://packagist.org/packages/digikraaft/paystack-php)[ Docs](https://github.com/digikraaft/paystack-php)[ RSS](/packages/digikraaft-paystack-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (12)Used By (4)

Introduction
============

[](#introduction)

[![Build Status](https://camo.githubusercontent.com/c5712de73b65d970c957e9a7764c311da2ddd3833957296c66c148812cd48329/68747470733a2f2f7472617669732d63692e636f6d2f646967696b72616166742f706179737461636b2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/digikraaft/paystack-php)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/969f662a252004e58370b10e6d67bfd4b6bb490b1abacc9552ff4036acfe4691/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646967696b72616166742f706179737461636b2d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/digikraaft/paystack-php/?branch=master)[![Code Intelligence Status](https://camo.githubusercontent.com/a489ddc2df648dc1205d156a7490a34e702afce84925221c9329d53302ae72ca/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646967696b72616166742f706179737461636b2d7068702f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![Total Downloads](https://camo.githubusercontent.com/8bb8b739ac033a47c23a2fa414cddb420cf3e09ea5ebc98fd62e59b359a006e7/68747470733a2f2f706f7365722e707567782e6f72672f646967696b72616166742f706179737461636b2d7068702f646f776e6c6f616473)](//packagist.org/packages/digikraaft/paystack-php)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

This package provides an expressive and convenient way to interact with the [Paystack API](https://developers.paystack.co/reference).

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

[](#installation)

You can install the package via composer:

```
composer require digikraaft/paystack-php
```

Usage
-----

[](#usage)

All APIs documented in Paystack's [Developer Reference](https://developers.paystack.co/reference) are currently supported by this package. Using the individual API follows a general convention so that it can be simple and predictable.

```
