Download the PHP package walkboy/tangocard-raas-php without Composer
On this page you can find all versions of the php package walkboy/tangocard-raas-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download walkboy/tangocard-raas-php
More information about walkboy/tangocard-raas-php
Files in walkboy/tangocard-raas-php
Package tangocard-raas-php
Short Description Unofficial Tango Card RaaS API
License MIT
Informations about the package tangocard-raas-php
Tango Card RaaS for PHP
This repository is maintained version of raas-v2-sdk-php
for Tango Card RaaS which was deprecated and removed by them,
but still maybe usefull for some projects.
Installation
Requirements
PHP 8 support >= 3.0.0 PHP 7 support <= 2.4.0
How To Use
For using this SDK do the following:
- Use Composer to install the dependencies. See the section "How To Build".
- See that you have configured your SDK correctly. See the section "How To Configure".
-
Depending on your project setup, you might need to include composer's autoloader in your PHP code to enable autoloading of classes.
-
Import the SDK client in your project:
- Instantiate the client. After this, you can now get the controllers and call the respective methods:
How To Test
Unit tests in this SDK can be run using PHPUnit.
- First install the dependencies using composer including the
require-dev
dependencies. - Run
vendor\bin\phpunit --verbose
from commandline to execute tests. If you have installed PHPUnit globally, run tests usingphpunit --verbose
instead.
You can change the PHPUnit test configuration in the phpunit.xml
file.
All versions of tangocard-raas-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
mashape/unirest-php Version ~3.0.1
apimatic/jsonmapper Version ~1.3.0