PHPackages                             esyede/sendtalk-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. esyede/sendtalk-php

ActiveLibrary[API Development](/categories/api)

esyede/sendtalk-php
===================

Unofficial integration library for TapTalk's SendTalk API

v1.0.1(4y ago)0360↓56%1MITPHPPHP &gt;=5.4.0

Since Mar 16Pushed 4y ago1 watchersCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (0)

sendtalk-php
============

[](#sendtalk-php)

Unofficial integration library for TapTalk's SendTalk API.

Requirements
------------

[](#requirements)

- PHP v5.4.0+
- PHP JSON Extension
- PHP cURL Extension

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

[](#installation)

```
composer require esyede/sendtalk-php
```

Usage
-----

[](#usage)

```
$apiKey = 'YOUR_SENDTALK_API_KEY_HERE';
$sendtalk = new Esyede\TapTalk\SendTalk($apiKey);

/*
|--------------------------------------------------------------------------
| Send a plain text message.
|--------------------------------------------------------------------------
*/

$receiverPhone = '081234567890';
$message = 'Selamat, anda mendapatkan 2 buah mobil Honda Jazz 2022. Ikuti terus gebyar semarak indosiar!';

$results = $sendtalk->sendText($receiverPhone, $message);
// echo json_encode($results); die;

/*
|--------------------------------------------------------------------------
| Send a text message with image.
|--------------------------------------------------------------------------
*/

$receiverPhone = '081234567890';
$imageUrl = 'https://i.picsum.photos/id/111/4400/2656.jpg?hmac=leq8lj40D6cqFq5M_NLXkMYtV-30TtOOnzklhjPaAAQ';
$imageCaption = 'Tak kirimi gambar mobil Farmer Boy mat :)';
$imageFileName = 'FARMER-BOY.jpg';

$results = $sendtalk->sendImage($receiverPhone, $imageUrl, $imageCaption, $imageFileName);
// echo json_encode($results); die;

/*
|--------------------------------------------------------------------------
| Send an OTP message (prioritized message).
|--------------------------------------------------------------------------
*/

$receiverPhone = '081234567890';
$message = 'Kode OTP anda adalah 12345';

$results = $sendtalk->sendOTP($receiverPhone, $message);
// echo json_encode($results); die;
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

2

Last Release

1515d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33526722?v=4)[Rony Wisnu Wardana](/maintainers/ZerosDev)[@zerosdev](https://github.com/zerosdev)

![](https://avatars.githubusercontent.com/u/10582583?v=4)[Suyadi](/maintainers/esyede)[@esyede](https://github.com/esyede)

![](https://www.gravatar.com/avatar/67c293aa8b1596a1cd817e4ca411ac1b847ce7125276b98e2ac03128e0990826?d=identicon)[rhmtty](/maintainers/rhmtty)

---

Top Contributors

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

---

Tags

phpsendtalktaptalkwhatsapp

### Embed Badge

![Health badge](/badges/esyede-sendtalk-php/health.svg)

```
[![Health](https://phpackages.com/badges/esyede-sendtalk-php/health.svg)](https://phpackages.com/packages/esyede-sendtalk-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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