2017 © Pedro Peláez
 

laravel paystack-laravel

Laravel 5 Package for Paystack

image

ammezie/paystack-laravel

Laravel 5 Package for Paystack

  • Saturday, December 24, 2016
  • by ammezie
  • Repository
  • 1 Watchers
  • 3 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Paystack Laravel

Packagist Build Status Quality Score StyleCI Packagist, (*1)

This is a Laravel 5 wrapper for MalikAbiola Paystack Lib., (*2)

Requirements

Installation

Add the following to your composer.json file, (*3)

"mabiola/paystack-php-lib" : "~1.0"
"ammezie/paystack-laravel" : "1.0.*"

and run composer install or composer update., (*4)

Then add Ammezie\Paystack\PaystackServiceProvider to the providers array in your config/app.php:, (*5)

Ammezie\Paystack\PaystackServiceProvider::class

Also, register the Facade like so:, (*6)

'aliases' => [
    ...
    'Paystack' => Ammezie\Paystack\Facades\Paystack::class,
    ...
]

Configuration

You can publish the configuration file using this command:, (*7)

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

A configuration file named paystack.php will be placed in your config directory., (*8)

Then set Paystack mode and the corresponding API Keys., (*9)

Usage

You can use the facade:, (*10)

Paystack::startOneTimeTransaction('10000', 'me@example.com');

For more information on using this package, see https://github.com/MalikAbiola/paystack-php-lib repository., (*11)

The Versions

24/12 2016

dev-master

9999999-dev

Laravel 5 Package for Paystack

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chimezie Enyinnaya

laravel php laravel 5 payments github paystack subscription open source paystack.co

24/12 2016

v1.0.0

1.0.0.0

Laravel 5 Package for Paystack

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chimezie Enyinnaya

laravel php laravel 5 payments github paystack subscription open source paystack.co