PHPackages                             orapakat/zenzivadev - 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. orapakat/zenzivadev

ActiveLibrary[API Development](/categories/api)

orapakat/zenzivadev
===================

Application of sms api and whatsapp (Regular, Center, Masking) from the zenziva.id site

v3.0(5y ago)020MITPHP

Since Apr 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/orapakat/zenzivadev)[ Packagist](https://packagist.org/packages/orapakat/zenzivadev)[ RSS](/packages/orapakat-zenzivadev/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (7)Used By (0)

how to use this package?

Install with composer:
**composer require orapakat/zenzivadev**

Update composer in laravel project:
**php artisan vendor:publish**

Select the provider class:
Provider: Orapakat\\Zenzivadev\\ZenzivaODVServiceProvider

===========================================================================
Change content in file **config/orapakatdev\_zenziva.php**

```
'urlRegular' => 'https://console.zenziva.net/',
'UserkeyRegular' => '',
'ApikeyRegular' => '',
'urlCenter' => 'http://[alamatcenter].zenziva.co.id/',
'UserkeyCenter' => '',
'ApikeyCenter' => '',
'instanceID' => '',

```

register on the zenziva.id site to get the user and the api key.

====================================================================
**Guide:**

Add namespace in Controller:
use Orapakat\\Zenzivadev\\Sms as SMS;
use Orapakat\\Zenzivadev\\Wa as WA;

Sending SMS Regular: SMS::rsend($telp,$sms)
Sending SMS Masking: SMS::msend($telp,$sms)
Sending OTP Masking: SMS::otpsend($telp,$sms)
Sending SMS Center: SMS::csend($telp,$sms)
Delevery Report SMS Center: SMS::dreport($messageid)
Pulsa Check SMS Center: SMS::cpulsa()
Credit Check SMS Center: SMS::ccredit()
Reading SMS Center (Autoreply): SMS::readsms()
Add Contact SMS Center: SMS::addcontact($name,$nohp)
Get Inbox SMS Center: SMS::getinbox($startdate,$enddate)
Get Outbox SMS Center: SMS::getoutbox($startdate,$enddate)

Sending WhatsApp Regular: WA::rsend($telp,$sms)
Sending File WhatsApp Regular: WA::fsend($telp,$caption,$linkurlfile)
Sending Voice WhatsApp Regular: WA::vsend($telp,$sms)
Sending WhatsApp Center: WA::csend($telp,$sms)
Delivery Report WhatsApp Center: WA::dreport($messageid)
Credit Check WhatsApp Center: WA::creditactive()
Sending File WhatsApp Center: WA::cfsend($telp,$caption,$linkfile)
Add Contact WhatsApp Center: WA::addcontact($name,$nohp)
Get Inbox WhatsApp Center: WA::getinbox($startdate,$enddate)
Get Outbox WhatsApp Center: WA::getoutbox($startdate,$enddate)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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

6

Last Release

1901d ago

Major Versions

v1.0 → v2.02021-04-18

v2.3 → v3.02021-04-19

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39940850?v=4)[Orapakat Official](/maintainers/orapakat)[@orapakat](https://github.com/orapakat)

---

Top Contributors

[![orapakat](https://avatars.githubusercontent.com/u/39940850?v=4)](https://github.com/orapakat "orapakat (10 commits)")[![educms](https://avatars.githubusercontent.com/u/62460746?v=4)](https://github.com/educms "educms (8 commits)")

### Embed Badge

![Health badge](/badges/orapakat-zenzivadev/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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