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)072MITPHPPHP ^7.2.5|^8

Since Feb 1Pushed 2y 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 2w 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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

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

927d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37829208?v=4)[susutawar](/maintainers/susutawar)[@SusuTawar](https://github.com/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

[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M227](/packages/laravel-mcp)[spatie/laravel-export

Create a static site bundle from a Laravel app

679153.2k7](/packages/spatie-laravel-export)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)

PHPackages © 2026

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