Download the PHP package rebel/rebel-rebelpay without Composer
On this page you can find all versions of the php package rebel/rebel-rebelpay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rebel/rebel-rebelpay
More information about rebel/rebel-rebelpay
Files in rebel/rebel-rebelpay
Package rebel-rebelpay
Short Description Paystack Laravel package
License MIT
Homepage https://github.com/rebel/rebel-rebelpay
Informations about the package rebel-rebelpay
Paystack Laravel package
This is a Laravel composer package that simplifies accepting payments on Paystack.
Installation
You can install the package via composer:
Run this command to publish the config file and all necessary files:
You can publish the config file with:
This is the contents of the published config file:
Features
- Payments
- Get all transactions records from Paystack
- Get single transaction record from Paystack
- Fetch all successful transaction Paystack
- Fetch all failed transaction Paystack
- Fetch all abandoned transaction Paystack
- Export transactions in csv format
- Fetch transactions history
Workflow of this package
-
The customer is redirected to the payment provider's site.
- After customer completes the checkout form on your website, feed the package with the necessary data and the customer will be redirect to paystack to complete payment.
-
The customer arrives on paystack platform
- Customer is redirect to website
- After the customer has completed the transaction on Paystack's website, they will be redirected back to a route that we have set up in our Laravel application instead of relying on Paystack's callback webhook.
Environment Variables
PAYSTACK_PUBLIC_KEY= insert your Paystack public key
PAYSTACK_SECRET_KEY= insert your Paystack secret key
PAYSTACK_PAYMENT_URL=https://api.paystack.co
MERCHANT_EMAIL= [email protected]
Usage/Examples
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Kwade Jeffrey
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of rebel-rebelpay with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0