PHPackages                             kayana/whapify - 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. kayana/whapify

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

kayana/whapify
==============

whatsapp handler for whapify by kayana creative

v1.0.8-stable(12mo ago)054MITPHP

Since Apr 25Pushed 12mo ago1 watchersCompare

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

READMEChangelog (10)DependenciesVersions (11)Used By (0)

This is Whatsapp Wrapper For Whapify.id
=======================================

[](#this-is-whatsapp-wrapper-for-whapifyid)

This Package Created By Kayana Creative Team, For Adding Whatsapp Function To The Project

Authors
-------

[](#authors)

- [@takuminaoya](https://github.com/takuminaoya)

Features
--------

[](#features)

- Send Message
- Get All Message by Status

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

[](#installation)

Requirement

- Laravel 10 or Above
- php 8.2 or above

Install my-project with npm

```
  composer require kayana/whapify
```

after it complete publish the config file

```
  php artisan vendor:publish kayana-whapify
```

Usage/Examples
--------------

[](#usageexamples)

```
use Kayana\Whapify\Whapify;

function test() {
    $whapify = new Whapify();

    $secret = "1234567890";
    $account = "yolow";

    // set credential
    $whapify->setCredential($account, $secret);

    $result = $whapify->send("+6281123456789", "test vendor original api by kayana dari oka");
    return $result
}
```

Used By
-------

[](#used-by)

This project is used by the following companies:

- Kayana Creative

Important
---------

[](#important)

This still in development so please use it at risk, this can only do send a single mesasage and get list of message. will add complete functionlaity in the future. while i using it in my project.

Thank you~

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance50

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

10

Last Release

364d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4d116642546a270589b235c605ef3e5c0657232a4347728808d86b0466edda7?d=identicon)[kokotjipta](/maintainers/kokotjipta)

---

Top Contributors

[![takuminaoya](https://avatars.githubusercontent.com/u/13032055?v=4)](https://github.com/takuminaoya "takuminaoya (13 commits)")

### Embed Badge

![Health badge](/badges/kayana-whapify/health.svg)

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

###  Alternatives

[mention/retry

A Retry library for PHP

1324.5k](/packages/mention-retry)[irfa/php-gatcha

Simple Items Gatcha with PHP

362.4k](/packages/irfa-php-gatcha)

PHPackages © 2026

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