PHPackages                             susutawar/php-watzap - 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. susutawar/php-watzap

ActiveLibrary[API Development](/categories/api)

susutawar/php-watzap
====================

Unofficial Php implementation fot watzap API

0.1.0(2y ago)069MITPHPPHP ^7.2.5|^8

Since Feb 1Pushed 1y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Watzap API
==========

[](#watzap-api)

Unofficial PHP wrapper for watzap.id

Table Of Contents
-----------------

[](#table-of-contents)

- [Watzap API](#watzap-api)
    - [Table Of Contents](#table-of-contents)
    - [Installation](#installation)
        - [Laravel](#laravel)
    - [Usage](#usage)
    - [Laravel Usage](#laravel-usage)

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

[](#installation)

install the package

```
composer require susutawar/php-watzap
```

### Laravel

[](#laravel)

publish the config file to be used in Laravel project

```
php artisan vendor:publish --tag=watzap
```

add `WATZAP_API_KEY` to your .env

Usage
-----

[](#usage)

To use the package, create an instance of `PhpWatzap/WatZap`

```
use PhpWatzap/WatZap;

// ...

$watzapClient = new WatZap("MY_API_KEY");

$result = $watzapClient->apiKey();

$resultBody = $result->body;
```

Laravel Usage
-------------

[](#laravel-usage)

run `php artisan watzap:keys` to get your whatsapp number key

```
use PhpWatzapp/Facade/Watzap;

// ...

$result = Watzap::apiKey();

$resultBody = $result->body;
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

827d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/212055d76b157190774b9371d9d15e8f41cd8e6425e2c6e03f461505693defd1?d=identicon)[susutawar](/maintainers/susutawar)

---

Top Contributors

[![SusuTawar](https://avatars.githubusercontent.com/u/37829208?v=4)](https://github.com/SusuTawar "SusuTawar (2 commits)")

### Embed Badge

![Health badge](/badges/susutawar-php-watzap/health.svg)

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

###  Alternatives

[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[torchlight/torchlight-laravel

A Laravel Client for Torchlight, the syntax highlighting API.

120452.8k11](/packages/torchlight-torchlight-laravel)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[grantholle/powerschool-api

A Laravel package to make interacting with PowerSchool less painful.

1715.6k1](/packages/grantholle-powerschool-api)

PHPackages © 2026

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