Download the PHP package redde/php-api-sdk without Composer
On this page you can find all versions of the php package redde/php-api-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download redde/php-api-sdk
More information about redde/php-api-sdk
Files in redde/php-api-sdk
Package php-api-sdk
Short Description Redde API wrapper
License MIT
Homepage https://www.reddeonline.com/
Informations about the package php-api-sdk

Redde-php-sdk
A PHP SDK built around the Redde REST API that allows merchants to receive, send, check transaction status, and perform lots of payment transactions.
Before you can have access to APIs you need to register and create an Account. Header for all request should have {"apikey": "string"}: and this API key will be sent to merchant when their app configuration is setup for them by Wigal.
For more information on documentation go to developers.reddeonline.com
- Installation
- Usage
- Examples
Installation
To use this library you'll need to have created a Redde account.
To install this library and use in your project, we recommend using Composer.
You don't need to clone this repository to use this library in your own projects. Use Composer to install it from Packagist.
If you're new to Composer, here are some resources that you may find useful:
- Composer's Getting Started page from Composer project's documentation.
- A Beginner's Guide to Composer from the good people at ScotchBox.
Usage
If you're using Composer, make sure the autoloader is included in your project's bootstrap file:
Create an api object with your API key and App ID which will be provided to you by the Redde Team:
Examples
Receiving money from Customer or Client
To use the API to recieve money from a customer, the receiveMoney() method will be used using a simple array of parameters, the keys match the parameters of the API.
Sending money to Customer or Client
To use the API to send money to a customer, the sendMoney() method will be used using a simple array of parameters, the keys match the parameters of the API.
Callbacks
Most APIs implement callbacks for easy tracking of api transactions so we've spun something simple for you to use. Check it out
License
This library is released under the MIT License
All versions of php-api-sdk with dependencies
ext-curl Version *
ext-json Version *