PHPackages                             walkboy/tangocard-raas-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. walkboy/tangocard-raas-php

ActiveLibrary[API Development](/categories/api)

walkboy/tangocard-raas-php
==========================

Unofficial Tango Card RaaS API

3.0.1(4y ago)01.9k—0%1MITPHPPHP &gt;=8.0.0

Since May 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/wa1kb0y/tangocard-raas-php)[ Packagist](https://packagist.org/packages/walkboy/tangocard-raas-php)[ RSS](/packages/walkboy-tangocard-raas-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (14)Used By (0)

Tango Card RaaS for 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
============

[](#installation)

```
composer require walkboy/tangocard-raas-php

```

Requirements
============

[](#requirements)

PHP 8 support &gt;= 3.0.0 PHP 7 support &lt;= 2.4.0

How To Use
==========

[](#how-to-use)

For using this SDK do the following:

1. Use Composer to install the dependencies. See the section "How To Build".
2. See that you have configured your SDK correctly. See the section "How To Configure".
3. Depending on your project setup, you might need to include composer's autoloader in your PHP code to enable autoloading of classes.

    ```
    require_once "vendor/autoload.php";
    ```
4. Import the SDK client in your project:

    ```
    use RaasLib\RaasClient;
    ```
5. Instantiate the client. After this, you can now get the controllers and call the respective methods:

    ```
    Configuration::$environment = 'sandbox'; // "production"
    $client = new RaasClient();
    $controller = $client->getStatus();
    ```

How To Test
===========

[](#how-to-test)

Unit tests in this SDK can be run using PHPUnit.

1. First install the dependencies using composer including the `require-dev` dependencies.
2. Run `vendor\bin\phpunit --verbose` from commandline to execute tests. If you have installed PHPUnit globally, run tests using `phpunit --verbose` instead.

You can change the PHPUnit test configuration in the `phpunit.xml` file.

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 53.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~152 days

Recently: every ~386 days

Total

13

Last Release

1465d ago

Major Versions

1.3.4 → 2.0.02018-05-15

2.4.0 → 3.0.02022-05-04

PHP version history (2 changes)1.0.0-betaPHP &gt;=5.4.0

3.0.1PHP &gt;=8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fdc52bd4e05a3b68e7787d7045472aec0995f51111067cf4cdf9a97f0be14b2?d=identicon)[walkboy](/maintainers/walkboy)

---

Top Contributors

[![arcdigital](https://avatars.githubusercontent.com/u/551002?v=4)](https://github.com/arcdigital "arcdigital (16 commits)")[![wa1kb0y](https://avatars.githubusercontent.com/u/5966172?v=4)](https://github.com/wa1kb0y "wa1kb0y (9 commits)")[![israel-evans-tc](https://avatars.githubusercontent.com/u/25827471?v=4)](https://github.com/israel-evans-tc "israel-evans-tc (4 commits)")[![TangoCardBob](https://avatars.githubusercontent.com/u/20521113?v=4)](https://github.com/TangoCardBob "TangoCardBob (1 commits)")

---

Tags

apisdkTango Card RaaS v2 API

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/walkboy-tangocard-raas-php/health.svg)

```
[![Health](https://phpackages.com/badges/walkboy-tangocard-raas-php/health.svg)](https://phpackages.com/packages/walkboy-tangocard-raas-php)
```

###  Alternatives

[bandwidth/sdk

Bandwidth's set of APIs

16948.8k1](/packages/bandwidth-sdk)[messagemedia/messages-sdk

The MessageMedia Messages API provides a number of endpoints for building powerful two-way messaging applications.

13390.6k](/packages/messagemedia-messages-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
