Download the PHP package localdev/laravel-raven-atlas without Composer
On this page you can find all versions of the php package localdev/laravel-raven-atlas. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download localdev/laravel-raven-atlas
More information about localdev/laravel-raven-atlas
Files in localdev/laravel-raven-atlas
Package laravel-raven-atlas
Short Description A Laravel Package for Raven Atlas
License MIT
Informations about the package laravel-raven-atlas
Raven Atlas Package
Implement Raven Atlas easily with Laravel
The current features have been implemented
- Installation
- Credits
- Contributing
- Features
- License
Getting Started
Installation
After installation, to register the service provider, open and add the following to the key.
Also add this to the
Publish the configuration file using this command:
Open your .env file and add your public key and secret key. Get your keys from here
Credits
Contributing
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities. I will appreciate that a lot. Also please add your name to the credits.
Kindly follow me on twitter!
Features
The current features have been implemented
- Virtual Accounts Collections
- Virtual Cards
- Bank Transfer
- Bill Payments
- Transactions
- Verifications
- Webhooks
Collections
1. Generate Collection Account
Virtual Cards
1. Generate a virtual card
2. Fund Virtual Card
3. Get Single Virtual Card
4. Get All Virtual Cards
5. Retrieve all the transactions made with a card
6. Freeze a Virtual Card
7. Unfreeze a Virtual Card
8. Withdraw from Card into Raven Atlas Account
9. Enable email notifications for card
10. Retrieve fees and conversion rate for cards
Bank Transfer
1. Retrieve Bank List
2. Make a new transfer
3. Lookup an account number
4. Retrieve a single transfer transaction
Transactions
1. Retrieve all Transactions
Bills
1. Retrieve mobile data plans
2. Purchase Data Plan
3. Retrieve All Data Records
Verifications
1. BVN
2. NIN
3. PVC
4. International Passport
5. Driver's License
6. Image match with BVN or NIN
Webhooks
Go to and add the web route handling your webhook to the array
Setup a function in your controller to handle the webhook.
License
The MIT License (MIT). Please see License File for more information.
This project is still a work in progress.