PHPackages                             dimonion/tangocard\_php\_sdk - 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. dimonion/tangocard\_php\_sdk

ActiveLibrary[API Development](/categories/api)

dimonion/tangocard\_php\_sdk
============================

Tango Card PHP SDK

v1.0(6y ago)027Apache-2.0PHPPHP &gt;=5.4.0

Since Jul 19Pushed 6y agoCompare

[ Source](https://github.com/Dimonion/tangocard_php_sdk)[ Packagist](https://packagist.org/packages/dimonion/tangocard_php_sdk)[ Docs](https://tangocard.com)[ RSS](/packages/dimonion-tangocard-php-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

This is a copy of the official tangocard php sdk repository which was deleted.

TangoCard PHP SDK
=================

[](#tangocard-php-sdk)

How To Configure:
=================

[](#how-to-configure)

The generated code might need to be configured with your API credentials. To do that, open the file "Configuration.php" and edit it's contents.

How To Build:
=============

[](#how-to-build)

The generated code has dependencies over external libraries. These dependencies are defined in the `composer.json` file. To resolve these dependencies, we use the *Composer* package manager. You will need internet access for this.

1. If you have not already installed Composer, [install the latest version](https://getcomposer.org/download/).
2. Once Composer is installed, from commandline, run `composer install`to install dependencies.

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:

    ```
    $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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2487d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b59a3abaf53c9da53f5409d3fc36b1568d02261f1c8f73788deee1d435344567?d=identicon)[Dimonion](/maintainers/Dimonion)

---

Top Contributors

[![Dimonion](https://avatars.githubusercontent.com/u/8218227?v=4)](https://github.com/Dimonion "Dimonion (5 commits)")

---

Tags

apisdkTango Card RaaS v2 API

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/dimonion-tangocard-php-sdk/health.svg)

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

###  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)
