PHPackages                             cachesistemas/chatbot-gpt-whatsapp - 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. cachesistemas/chatbot-gpt-whatsapp

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

cachesistemas/chatbot-gpt-whatsapp
==================================

ChatBot para WhatsApp usando IA GPT

v1.0.0(3y ago)613PHP

Since Jan 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/raphaelvserafim/chatbot-gpt-whatsapp)[ Packagist](https://packagist.org/packages/cachesistemas/chatbot-gpt-whatsapp)[ RSS](/packages/cachesistemas-chatbot-gpt-whatsapp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Criando um chatbot automatizado: Classe PHP combina integração com ChatGPT e API do WhatsApp
============================================================================================

[](#criando-um-chatbot-automatizado-classe-php-combina-integração-com-chatgpt-e-api-do-whatsapp)

CONTATO
-------

[](#contato)

[ ![](https://camo.githubusercontent.com/67e708db1efaaee72253724a516163c77187cec24f21d6d91a344cd3b3787b26/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f57686174734170702d3235443336363f7374796c653d666f722d7468652d6261646765266c6f676f3d7768617473617070266c6f676f436f6c6f723d7768697465 "+55 66 99685-2025") ](https://wa.me/5566996852025) [ ![](https://camo.githubusercontent.com/92dc221a8ec5fd306f172bc9514595df08efa11704576653ebb71de0913a192f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f54656c656772616d2d3243413545303f7374796c653d666f722d7468652d6261646765266c6f676f3d74656c656772616d266c6f676f436f6c6f723d7768697465) ](https://t.me/raphaelserafim) [ ![](https://camo.githubusercontent.com/4a04093cdd59652cff19f9651c7b2851c51f41aecccb4e7de7b271749462ac1a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d496e7374616772616d2d2532334534343035463f7374796c653d666f722d7468652d6261646765266c6f676f3d696e7374616772616d266c6f676f436f6c6f723d7768697465)](https://instagram.com/raphaelvserafim)[ ![](https://camo.githubusercontent.com/8f3febfdb7e01c6e70c7b45df35c37a7acf3b62d52a205b6a8d1e52c6fb93870/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4c696e6b6564496e2d2532333030373742353f7374796c653d666f722d7468652d6261646765266c6f676f3d6c696e6b6564696e266c6f676f436f6c6f723d7768697465)](https://www.linkedin.com/in/raphaelvserafim)

Example of use:
---------------

[](#example-of-use)

[Key OpenAI](https://beta.openai.com/account/api-keys)

[API Key WhatsApp](https://api-wa.me/auth/registre-se)

Installing composer
-------------------

[](#installing-composer)

```
composer require cachesistemas/chatbot-gpt-whatsapp

```

### Connecting with Whatsapp

[](#connecting-with-whatsapp)

```
use Cachesistemas\ClassePhpApiWame\WhatsApp;

include_once 'vendor/autoload.php';

$whatsapp     = new WhatsApp(["server" => "API server", "key" => "Your Key Instance"]);

echo $whatsapp->getQrCodeHTML();
```

### Updating webhook

[](#updating-webhook)

```
$body = ["allowWebhook" => true,
"webhookMessage" => "your-url.com/webhook.php",
"webhookGroup" => "",
"webhookConnection" => "",
"webhookQrCode" => ""];
$whatsapp->updateWebhook($body);
```

### your-url.com/webhook.php

[](#your-urlcomwebhookphp)

```
use Cachesistemas\ChatbotGptWhatsapp\Bot;
include 'vendor/autoload.php';
new Bot(["wpp_server" => "", "wpp_key" => "", "open_key" => " "]);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

1208d ago

### Community

Maintainers

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

---

Top Contributors

[![raphaelvserafim](https://avatars.githubusercontent.com/u/68257896?v=4)](https://github.com/raphaelvserafim "raphaelvserafim (23 commits)")

---

Tags

chatbotgptgpt-3phpwhatsappwhatsapp-apiwhatsapp-bot

### Embed Badge

![Health badge](/badges/cachesistemas-chatbot-gpt-whatsapp/health.svg)

```
[![Health](https://phpackages.com/badges/cachesistemas-chatbot-gpt-whatsapp/health.svg)](https://phpackages.com/packages/cachesistemas-chatbot-gpt-whatsapp)
```

###  Alternatives

[davidbarratt/custom-installer

Install custom types into custom locations.

282.4M3](/packages/davidbarratt-custom-installer)

PHPackages © 2026

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