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

ActiveLibrary[Payment Processing](/categories/payments)

veekthoven/laravel-cashier-paystack
===================================

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

1.0.4(8mo ago)31.3k↑50%MITPHPPHP ^8.1

Since Aug 26Pushed 8mo ago1 watchersCompare

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

READMEChangelog (5)Dependencies (13)Versions (6)Used By (0)

[![Laravel Cashier For Paystack](https://github.com/veekthoven/laravel-cashier-paystack/raw/1.x/art/readme-header.png?raw=true)](https://github.com/veekthoven/laravel-cashier-paystack/blob/1.x/art/readme-header.png?raw=true)

Laravel Cashier For Paystack
============================

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

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

[](#introduction)

Laravel 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 veekthoven/laravel-cashier-paystack`

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

[](#configuration)

You can publish the configuration file using this command:

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

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

```
