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

Abandoned → [webong/cashier-paystack](/?search=webong%2Fcashier-paystack)ArchivedLibrary[Payment Processing](/categories/payments)

wisdomanthoni/cashier-paystack
==============================

A Laravel Cashier Wrapper that provides an expressive, fluent interface to Paystack's subscription invoicing services.

v1.0.0(6y ago)3727925[6 issues](https://github.com/webong/cashier-paystack/issues)MITPHPPHP ^7.1.3

Since Mar 23Pushed 5y ago5 watchersCompare

[ Source](https://github.com/webong/cashier-paystack)[ Packagist](https://packagist.org/packages/wisdomanthoni/cashier-paystack)[ RSS](/packages/wisdomanthoni-cashier-paystack/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (12)Versions (3)Used By (0)

Laravel Cashier - Paystack Edition
==================================

[](#laravel-cashier---paystack-edition)

[![Build Status](https://camo.githubusercontent.com/d4bb03f149e3a81f53021ec811f4db746b1d106603c51721ca37a4c3b4460a5d/68747470733a2f2f7472617669732d63692e6f72672f7765626f6e672f636173686965722d706179737461636b2e737667)](https://travis-ci.org/webong/cashier-paystack)[![Latest Stable Version](https://camo.githubusercontent.com/4f569a2ff102075cb6be186088fb5b799aeb91541fa0c4903de341a8ce6bf1dd/68747470733a2f2f706f7365722e707567782e6f72672f776973646f6d616e74686f6e692f636173686965722d706179737461636b2f762f737461626c65)](https://packagist.org/packages/wisdomanthoni/cashier-paystack)[![Total Downloads](https://camo.githubusercontent.com/76e56b05ec3a46d1930945bc186f087ad075cd688b4bde9090022044e9e2cfca/68747470733a2f2f706f7365722e707567782e6f72672f776973646f6d616e74686f6e692f636173686965722d706179737461636b2f646f776e6c6f616473)](https://packagist.org/packages/wisdomanthoni/cashier-paystack)[![License](https://camo.githubusercontent.com/090b35bd23ac606116b473124e32b80a1b39c63c08959b12e76227a2b9da3db6/68747470733a2f2f706f7365722e707567782e6f72672f776973646f6d616e74686f6e692f636173686965722d706179737461636b2f6c6963656e7365)](https://packagist.org/packages/wisdomanthoni/cashier-paystack)

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

[](#introduction)

Cashier Paystack provides an expressive, fluent interface to Paystack's subscription billing services. It handles almost all of the boilerplate subscription billing code you are dreading writing.

Composer
--------

[](#composer)

First, add the Cashier package for Paystack to your dependencies:

`composer require wisdomanthoni/cashier-paystack`

Configuration
-------------

[](#configuration)

You can publish the configuration file using this command:

```
php artisan vendor:publish --provider="Unicodeveloper\Paystack\PaystackServiceProvider"
```

A configuration-file named paystack.php with some sensible defaults will be placed in your config directory:

```
