PHPackages                             ryuamy/whatsapp-qiscus-php - 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. ryuamy/whatsapp-qiscus-php

ActiveLibrary[API Development](/categories/api)

ryuamy/whatsapp-qiscus-php
==========================

Qiscus Whatsapp API Third Party PHP Library

1.0.0(4y ago)2589GPL-3.0PHPPHP &gt;=7.2.0

Since Jul 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ryuamy/whatsapp-qiscus-php)[ Packagist](https://packagist.org/packages/ryuamy/whatsapp-qiscus-php)[ RSS](/packages/ryuamy-whatsapp-qiscus-php/feed)WikiDiscussions master Synced 1mo ago

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

Qiscus Whatsapp API Third Party PHP Package
===========================================

[](#qiscus-whatsapp-api-third-party-php-package)

[![license](https://camo.githubusercontent.com/286e5aa9a6d6934dda7863f5acdc4747deb5da61980d6b5ff574e05a25073ab9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f727975616d792f77686174736170702d7169736375732d7068703f636f6c6f723d677265656e)](https://packagist.org/packages/ryuamy/whatsapp-qiscus-php)[![release](https://camo.githubusercontent.com/6b0defebabdd4cfda996390408adb02e68a25982facef6132adfa1548d51844e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f727975616d792f77686174736170702d7169736375732d7068703f636f6c6f723d6f72616e676526696e636c7564655f70726572656c6561736573)](https://packagist.org/packages/ryuamy/whatsapp-qiscus-php)

Qiscus Whatsapp API Third Party PHP Package.

Before you use the package, make sure you have a Qiscus Multichannel account by register in [here](https://www.qiscus.com/multichannel/register). You also need WABA (WhatsApp Business Account) ID to create template.

Instalation
-----------

[](#instalation)

Install package with composer by following command:

```
composer require ryuamy/whatsapp-qiscus-php

```

Call Package
------------

[](#call-package)

Add following code on your project:

```
use Ryuamy\WAQiscus;
```

Usages
------

[](#usages)

```
WAQiscus\Class::function( $appId, ... );
```

Example
-------

[](#example)

### Authentication

[](#authentication)

#### Get Token

[](#get-token)

```
$bodyParameters = [
    'email' => '(Qiscus login email)',
    'password' => '(Qiscus login password)',
];

$Whatsapp = WAQiscus\Authentication::getToken( '(Application ID)', $bodyParameters );
```

### Sending Message

[](#sending-message)

#### Template Message

[](#template-message)

Sending whatsapp chat with template. Make sure you have the template already on your Qiscus dashboard.

```
$bodyParameters = [
    'to' => '62812345678',
    'type' => 'template',
    'template' => [
        'namespace' => '(namespace template)',
        'name' => 'template_testing',
        'language' => [
            'policy' => 'deterministic',
            'code' => 'en'
        ],
        'components' => array() //header, body, and footer template variables
    ]
];

$Whatsapp = WAQiscus\Message::template( '(Application ID)', '(Token Auth)', '(Channel ID)', $bodyParameters );
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

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

1752d ago

### Community

Maintainers

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

---

Top Contributors

[![laksmisetiawati](https://avatars.githubusercontent.com/u/35263876?v=4)](https://github.com/laksmisetiawati "laksmisetiawati (6 commits)")[![ryuamy](https://avatars.githubusercontent.com/u/79897981?v=4)](https://github.com/ryuamy "ryuamy (5 commits)")

---

Tags

packagephpthird-partywhatsappwhatsapp-api

### Embed Badge

![Health badge](/badges/ryuamy-whatsapp-qiscus-php/health.svg)

```
[![Health](https://phpackages.com/badges/ryuamy-whatsapp-qiscus-php/health.svg)](https://phpackages.com/packages/ryuamy-whatsapp-qiscus-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M451](/packages/google-gax)

PHPackages © 2026

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