PHPackages                             desenlike/sendtudophp - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. desenlike/sendtudophp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

desenlike/sendtudophp
=====================

PHP Package to send Whatsapp messages via SendTudo

0.0.1(3y ago)03MITPHP

Since Oct 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Desenlike/sendtudophp)[ Packagist](https://packagist.org/packages/desenlike/sendtudophp)[ RSS](/packages/desenlike-sendtudophp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

SendTudo
========

[](#sendtudo)

PHP Package to send Whatsapp messages via SendTudo

Install
-------

[](#install)

```
  composer require desenlike/sendtudophp
```

Send Message Example:
---------------------

[](#send-message-example)

Simple Message Example:

```
use Desenlike\\Sendtudophp\\SendWhatsappMessage;

$sendWhatsappMessage = new SendWhatsappMessage("your-private-key", "your-public-key");

$to = '99999999999'; // recipient Whatsapp number
$message = 'your message';

// the sendMessage method returns boolean value
$returnData = $sendWhatsappMessage->sendMessage($to, $message);
```

Example of Message Using Template created in :

```
use Desenlike\\Sendtudophp\\SendWhatsappMessage;

$sendWhatsappMessage = new SendWhatsappMessage("your-private-key", "your-public-key");

$to = '99999999999'; // recipient Whatsapp number
$templateId = 'id-of-the-template';

// custom params to replace variables created in the template
$customParams = [
    "name" => "John",
    "age" => 20,
    ...
];
// the sendTemplateMessage method returns boolean value
$sendWhatsappMessage->sendTemplateMessage($to, $templateId, $customParams);
```

Author
------

[](#author)

- Érick Nilson Souza Sodré Filho (Desenlike)

License
-------

[](#license)

- MIT

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

1299d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91f418f09b553cd3a8aaeef03ceb9bc79ededd787c7c61e793aaca4532425bc7?d=identicon)[desenlike](/maintainers/desenlike)

---

Top Contributors

[![ericknilson](https://avatars.githubusercontent.com/u/5115692?v=4)](https://github.com/ericknilson "ericknilson (3 commits)")

### Embed Badge

![Health badge](/badges/desenlike-sendtudophp/health.svg)

```
[![Health](https://phpackages.com/badges/desenlike-sendtudophp/health.svg)](https://phpackages.com/packages/desenlike-sendtudophp)
```

###  Alternatives

[joshribakoff/php-csv-utils

php-csv-utils

1143.8k1](/packages/joshribakoff-php-csv-utils)

PHPackages © 2026

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