PHPackages                             digiworld/digichat-pure - 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. digiworld/digichat-pure

ActiveLibrary[API Development](/categories/api)

digiworld/digichat-pure
=======================

Pure PHP client for DigiChat API

v1.0.0(3mo ago)00MITPHPPHP ^8.1

Since Jan 25Pushed 3mo agoCompare

[ Source](https://github.com/Inferno-Team/digiworld-digichat-pure)[ Packagist](https://packagist.org/packages/digiworld/digichat-pure)[ RSS](/packages/digiworld-digichat-pure/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

DigiChat Pure (digiworld/digichat-pure)
=======================================

[](#digichat-pure-digiworlddigichat-pure)

Pure PHP (framework-agnostic) client for the DigiChat WhatsApp platform API.

- ✅ No Laravel / no framework dependencies
- ✅ Uses **cURL** (no Guzzle)
- ✅ Typed response objects (DTO-style)
- ✅ Suitable for CLI scripts, cron jobs, and any PHP app

> Install: `composer require digiworld/digichat-pure`

---

Platform
--------

[](#platform)

DigiChat Platform:

---

Requirements
------------

[](#requirements)

- PHP **8.1+**
- PHP extensions:
    - `ext-curl`
    - `ext-json`

---

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

[](#installation)

```
composer require digiworld/digichat-pure
```

---

Quick Start
-----------

[](#quick-start)

```
