PHPackages                             nasution/zenziva - 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. nasution/zenziva

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

nasution/zenziva
================

Zenziva - Indonesia Online SMS Gateway

2.1.0(5y ago)3947716MITPHP

Since Aug 4Pushed 5y ago5 watchersCompare

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

READMEChangelogDependencies (1)Versions (17)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

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity71

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 ~111 days

Recently: every ~280 days

Total

15

Last Release

2020d ago

Major Versions

v0.1.0 → 1.0.02016-08-04

1.5.0 → 2.0.02020-11-05

### 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-smssmswhatsappzenzivavoice-message

### Embed Badge

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

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

###  Alternatives

[php-smpp/php-smpp

PHP-based SMPP client lib

234197.5k8](/packages/php-smpp-php-smpp)[instasent/sms-counter-php

SMS Counter PHP Class Library which detects encoding of an SMS message text, counts the characters as per the encoding and gives page limit information.

491.3M4](/packages/instasent-sms-counter-php)[alexandr-mironov/php-smpp

PHP SMPP client lib, fork of onlinecity/php-smpp

4864.3k](/packages/alexandr-mironov-php-smpp)[benmorel/gsm-charset-converter

Converts GSM 03.38 strings to and from UTF-8

16423.5k](/packages/benmorel-gsm-charset-converter)[matthewbdaly/sms-client

A generic SMS client library. Supports multiple swappable drivers.

2291.2k2](/packages/matthewbdaly-sms-client)[midnite81/geolocation

A laravel package which wraps the IP Info DB and IP2Location Services

3624.1k](/packages/midnite81-geolocation)

PHPackages © 2026

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