PHPackages                             initafricahq/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. initafricahq/cashier-paystack

ActiveLibrary[Payment Processing](/categories/payments)

initafricahq/cashier-paystack
=============================

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

1.1.1(2y ago)61082[1 PRs](https://github.com/InitAfricaHQ/cashier-paystack/pulls)MITPHPPHP ^8.1

Since Nov 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/InitAfricaHQ/cashier-paystack)[ Packagist](https://packagist.org/packages/initafricahq/cashier-paystack)[ RSS](/packages/initafricahq-cashier-paystack/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (13)Versions (4)Used By (0)

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

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

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 initafricahq/cashier-paystack`

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

[](#configuration)

You can publish the configuration file using this command:

```
php artisan vendor:publish --provider="InitAfricaHQ\Cashier\CashierServiceProvider"
```

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

```
