Download the PHP package vahidkaargar/bamboo-card-portal without Composer
On this page you can find all versions of the php package vahidkaargar/bamboo-card-portal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vahidkaargar/bamboo-card-portal
More information about vahidkaargar/bamboo-card-portal
Files in vahidkaargar/bamboo-card-portal
Package bamboo-card-portal
Short Description This is Bamboocardportal.com package
License MIT
Informations about the package bamboo-card-portal
Bamboo Card Portal API for Laravel
Bamboo Card Portal API is a Laravel package that offers seamless integration with the Bamboo API. Bamboo is a trusted provider of digital prepaid products and reward fulfillment services, making it a valuable solution for businesses operating in the Middle East.
Table of Contents
- About Bamboo
- Requirements
- Installation
- Configuration
- Usage
- Using the Helper Function
- Using the Bamboo Class Directly
- Catalogs
- Account
- Order
- Exchange rate
- Transaction
- Notification
- Test
About Bamboo
BAMBOO ELECTRONIC CARDS TRADING LLC is a leading distributor of digital prepaid products and a recognized rewards fulfillment agency. This package simplifies the interaction with their platform, enabling developers to manage and distribute digital products effectively.
Requirements
- Laravel Framework: 8.x or higher
- PHP: 7.4 or higher
- Composer: Latest version
Installation
To install the Bamboo Card Portal API package, use the following Composer command:
configuration
After installation, configure the package by setting the following environment variables in your Laravel project's .env
file:
Publish config file
This will generate a configuration file at config/bamboo.php
, where you can further customize the settings. (Like Sandbox etc.)
Usage
There are two primary ways to use this package:
1. Using the Helper Function
2. Using the Bamboo Class Directly
Catalogs
Catalogs have two versions
Account
Order
Exchange rate
Transaction
Notification
For create a notification listener:
- You must set a callback URL address from your website
- You must set a secret key for passing the right notifications
Test
All versions of bamboo-card-portal with dependencies
illuminate/support Version ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
josantonius/http-status-code Version ^1.0|^2.0
guzzlehttp/guzzle Version ^7.2