PHPackages                             edlugz/tanda-v3 - 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. edlugz/tanda-v3

ActiveLibrary[API Development](/categories/api)

edlugz/tanda-v3
===============

This package provides you with the means to make requests to the Tanda API-V3

1.0.14(9mo ago)1140MITPHPPHP ^8.2

Since May 21Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/edlugz/tanda-v3)[ Packagist](https://packagist.org/packages/edlugz/tanda-v3)[ Docs](https://github.com/edlugz/tanda-v3)[ RSS](/packages/edlugz-tanda-v3/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (16)Used By (0)

Tanda V3
========

[](#tanda-v3)

Installation
------------

[](#installation)

Via Composer

```
composer require edlugz/tanda-v3
```

Publish Migration Files
-----------------------

[](#publish-migration-files)

```
php artisan vendor:publish --provider="EdLugz\Tanda\TandaServiceProvider" --tag="migrations"
```

Fill in all the details you will be requiring for your application. Here are the env variables for quick copy paste.

```
TANDA_RESULT_URL
TANDA_C2B_RESULT_URL
TANDA_CLIENT_ID
TANDA_CLIENT_SECRET
TANDA_ORG_ID
TANDA_AUTH_BASE_URL
TANDA_API_BASE_URL
```

Usage
-----

[](#usage)

Using the facade

C2B - Fund Wallet (send stk push to mobile number)

```
Tanda::C2B()->request($serviceProviderId, $merchantWallet, $mobileNumber, $amount, $customFieldsKeyValue = []);
```

P2P - send to internal wallets

```
Tanda::P2P()->send($senderWallet, $receiverWallet, $amount, $customFieldsKeyValue = []);
```

B2C - send to bank accounts and mobile wallets

```
Tanda::B2C()->bank($merchantWallet, $bankCode, $amount, $accountNumber, $narration, $customFieldsKeyValue = []);
Tanda::B2C()->mobile($merchantWallet, $serviceProviderId, $amount, $mobileNumber, $customFieldsKeyValue = []);
Tanda::B2C()->internationalBank($merchantWallet, $serviceProviderId, $amount, $mobileNumber, $customFieldsKeyValue = []);
```

B2B - to paybills and till numbers

```
Tanda::B2B()->buygoods($merchantWallet, $amount, $till, $contact, $customFieldsKeyValue = []);
Tanda::B2B()->paybill($merchantWallet, $amount, $paybill, $accountNumber, $contact, $customFieldsKeyValue = []);
```

Status - check status

```
Tanda::status()->fundingCheck($reference, $shortCode);
Tanda::status()->paymentCheck($reference, $shortCode);
```

Helper functions - get mno network based on mobile number

```
Tanda::helper()->serviceProvider($mobileNumber);
```

Helper functions - receive payout results

```
Tanda::helper()->payout($data);
```

Helper functions - receive c2b results

```
Tanda::helper()->c2b($data);
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- \[Eddy Lugaye\]\[link-author\]
- \[All Contributors\]\[link-contributors\]

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance58

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.4% 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 ~5 days

Total

15

Last Release

270d ago

### Community

Maintainers

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

---

Top Contributors

[![edlugz](https://avatars.githubusercontent.com/u/4479919?v=4)](https://github.com/edlugz "edlugz (27 commits)")[![Henriquedn](https://avatars.githubusercontent.com/u/4680937?v=4)](https://github.com/Henriquedn "Henriquedn (5 commits)")

---

Tags

laravelTanda

### Embed Badge

![Health badge](/badges/edlugz-tanda-v3/health.svg)

```
[![Health](https://phpackages.com/badges/edlugz-tanda-v3/health.svg)](https://phpackages.com/packages/edlugz-tanda-v3)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[laravel-freelancer-nl/laravel-index-now

Alert search engines of content changes.

5212.1k](/packages/laravel-freelancer-nl-laravel-index-now)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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