PHPackages                             nasution/zenziva-sms - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. nasution/zenziva-sms

Abandoned → [nasution/zenziva](/?search=nasution%2Fzenziva)Library[HTTP &amp; Networking](/categories/http)

nasution/zenziva-sms
====================

Zenziva - Indonesia Online SMS Gateway

1.5.0(6y ago)3917.8k16MITPHP

Since Aug 4Pushed 5y ago5 watchersCompare

[ Source](https://github.com/mul14/zenziva-sms)[ Packagist](https://packagist.org/packages/nasution/zenziva-sms)[ RSS](/packages/nasution-zenziva-sms/feed)WikiDiscussions master Synced 1mo ago

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

Zenziva Client for PHP - v2
===========================

[](#zenziva-client-for-php---v2)

This is v2, for previous version please check [1.x branch](https://github.com/mul14/zenziva.php/tree/1.x).

[Zenziva](https://www.zenziva.id) provide services to send SMS, WhatsApp, and voice message.

If this library not working for you, or you found any kind of bugs, please create a new issue.

Install
-------

[](#install)

Run [composer](http://getcomposer.org)

```
composer require nasution/zenziva
```

Usage
-----

[](#usage)

Make sure you already have Zenziva account.

```
// Regular

require 'vendor/autoload.php';

use Nasution\Zenziva\Zenziva;

$zenziva = new Zenziva('userkey', 'passkey');

// SMS
$zenziva->sms('0812223333', 'Halo');

// WhatsApp
$zenziva->wa('6285551111', 'Halo');

// Voice message
$zenziva->voice('0812223333', 'Halo');
```

```
// SMS Masking
$zenziva = new Zenziva('userkey', 'passkey', [
    'masking' => true,
]);

$zenziva->sms('0812223333', 'Halo');
```

```
// Zenziva Sms Center
$zenziva = new Zenziva('userkey', 'passkey', [
    'domain' => 'domain_name.com',
]);

$zenziva->sms('0812223333', 'Halo');
```

```
// Zenziva WhatsApp Center
$zenziva = new Zenziva('userkey', 'passkey', [
    'domain' => 'domain_name.com',
    'whatsapp_id' => 'whatsapp_id',
]);

$zenziva->wa('6285551111', 'Halo');
```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~112 days

Recently: every ~233 days

Total

12

Last Release

2337d ago

Major Versions

v0.1.0 → 1.0.02016-08-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d28dcc1dfa9e49fbf6c1ef5f7aa209b1b95c8deee9567201c3d02c556606388?d=identicon)[mul14](/maintainers/mul14)

---

Top Contributors

[![mul14](https://avatars.githubusercontent.com/u/113989?v=4)](https://github.com/mul14 "mul14 (35 commits)")[![eezhal92](https://avatars.githubusercontent.com/u/7058456?v=4)](https://github.com/eezhal92 "eezhal92 (4 commits)")[![matriphe](https://avatars.githubusercontent.com/u/277262?v=4)](https://github.com/matriphe "matriphe (3 commits)")[![zainafifaldi](https://avatars.githubusercontent.com/u/14802651?v=4)](https://github.com/zainafifaldi "zainafifaldi (2 commits)")[![derit](https://avatars.githubusercontent.com/u/5389364?v=4)](https://github.com/derit "derit (1 commits)")

---

Tags

laravel-packagenotificationphpsmssms-clientzenziva-smslaravelsmszenziva

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nasution-zenziva-sms/health.svg)

```
[![Health](https://phpackages.com/badges/nasution-zenziva-sms/health.svg)](https://phpackages.com/packages/nasution-zenziva-sms)
```

###  Alternatives

[cmzz/laravel-aliyun-sms

阿里云短信服务 for Laravel

413.6k](/packages/cmzz-laravel-aliyun-sms)[tartan/laravel-iranian-sms

Laravel 5.x sms handler for working with most iranian sms operators

255.3k](/packages/tartan-laravel-iranian-sms)

PHPackages © 2026

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