PHPackages                             megoxv/zeromsg - 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. megoxv/zeromsg

ActiveProject[API Development](/categories/api)

megoxv/zeromsg
==============

Self-hosted WhatsApp Cloud API inbox, campaigns, automations, and developer API.

v1.0.0(1mo ago)921MITTypeScriptPHP ^8.3CI passing

Since May 31Pushed 1mo agoCompare

[ Source](https://github.com/megoxv/zeromsg)[ Packagist](https://packagist.org/packages/megoxv/zeromsg)[ RSS](/packages/megoxv-zeromsg/feed)WikiDiscussions main Synced today

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

 [![ZeroMsg Banner](art/banner.png)](art/banner.png)

 **Self-hosted WhatsApp Cloud API inbox, campaigns, automations, and developer API**

 [Features](#key-features) · [Requirements](#requirements) · [Quick Install](#quick-install) · [WhatsApp Signup](#whatsapp-embedded-signup) · [Manual Install](#manual-install) · [License](#license)

 [![PHP 8.3+](https://camo.githubusercontent.com/207fb456f78cb3e494873c727df0de78987e2b744d426a0125ff36671de8174a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e332532422d3737376262343f7374796c653d666f722d7468652d6261646765266c6f676f3d706870)](https://camo.githubusercontent.com/207fb456f78cb3e494873c727df0de78987e2b744d426a0125ff36671de8174a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e332532422d3737376262343f7374796c653d666f722d7468652d6261646765266c6f676f3d706870) [![Laravel 13](https://camo.githubusercontent.com/12b9e4b2c81c8e1d7205146b5b9e5624facc3d4a2a94c394b23a6753750b3d03/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31332d6666326432303f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c)](https://camo.githubusercontent.com/12b9e4b2c81c8e1d7205146b5b9e5624facc3d4a2a94c394b23a6753750b3d03/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31332d6666326432303f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c) [![Inertia React](https://camo.githubusercontent.com/f9199422f0a4a45cd31b18ba7978cf17c0a9d529870e0dc2910adbdee55fcc28/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e65727469612d2d52656163742d332d2d31392d3935353365393f7374796c653d666f722d7468652d6261646765266c6f676f3d7265616374)](https://camo.githubusercontent.com/f9199422f0a4a45cd31b18ba7978cf17c0a9d529870e0dc2910adbdee55fcc28/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e65727469612d2d52656163742d332d2d31392d3935353365393f7374796c653d666f722d7468652d6261646765266c6f676f3d7265616374) [![MIT license](https://camo.githubusercontent.com/153acf9dff19deb8abfc598c53bac50a4ceae0f5c83a552711060d3d78d2c057/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e3f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/153acf9dff19deb8abfc598c53bac50a4ceae0f5c83a552711060d3d78d2c057/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e3f7374796c653d666f722d7468652d6261646765)

---

**ZeroMsg** is a self-hosted WhatsApp Cloud API dashboard for teams that want to connect their own Meta Business assets, manage WhatsApp numbers, handle conversations, send campaigns, build automations, and expose developer APIs from one clean, private workspace.

---

Key Features
------------

[](#key-features)

- 🌐 **Multi-Tenant Workspace Architecture**: Provision secure and isolated workspaces for different clients or teams automatically.
- 🔌 **Meta Embedded Signup**: Seamless onboarding of client numbers, WhatsApp Business Accounts (WABA), and system user access tokens using Meta's official signup flow.
- 💬 **Real-time Team Inbox**: Multi-agent shared inbox to handle incoming chats, send rich media, and utilize approved template messages.
- 📣 **Broadcast Campaigns**: Send highly-targeted message campaigns. Start, pause, resume, and import contacts instantly.
- 🤖 **Automation Flow Builder**: Drag-and-drop or node-based logic to auto-reply to customers based on keywords and events. Easily import/export automation flows.
- 📝 **Template Synchronization**: View and sync official WhatsApp templates directly from your Meta Business account.
- 👥 **Contacts &amp; Segments**: Detailed contact profiles, CSV import/export, and group organization.
- ⚡ **Developer API &amp; Webhooks**: Create custom API keys and subscribe to outbound webhooks to integrate ZeroMsg with external applications.

---

Screenshots
-----------

[](#screenshots)

 [![Screenshot 1](art/screenshots/screenshot-1.png)](art/screenshots/screenshot-1.png) [![Screenshot 2](art/screenshots/screenshot-2.png)](art/screenshots/screenshot-2.png)

 [![Screenshot 3](art/screenshots/screenshot-3.png)](art/screenshots/screenshot-3.png) [![Screenshot 4](art/screenshots/screenshot-4.png)](art/screenshots/screenshot-4.png)

---

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

[](#requirements)

- PHP 8.3+
- Composer
- Node.js and npm
- SQLite, MySQL, or PostgreSQL
- Meta developer app credentials for WhatsApp Embedded Signup

---

Quick Install
-------------

[](#quick-install)

Create a fresh instance and run the auto-installer:

```
composer create-project megoxv/zeromsg zeromsg
cd zeromsg
composer run zeromsg:install
composer run dev
```

Open the local app in your browser:

```
http://localhost:8000

```

Register a new account from `/register`. ZeroMsg will automatically provision your new tenant workspace.

### Demo Data (Optional)

[](#demo-data-optional)

To seed a demo workspace for testing:

```
composer run zeromsg:demo
```

Log in using:

- **Email:** `client@zeromsg.com`
- **Password:** `password`

---

WhatsApp Embedded Signup
------------------------

[](#whatsapp-embedded-signup)

ZeroMsg uses your Meta App details to facilitate direct Embedded Signup for your clients:

Configure these keys in your `.env` file:

```
WHATSAPP_APP_ID=your_meta_app_id
WHATSAPP_APP_SECRET=your_meta_app_secret
WHATSAPP_CONFIG_ID=your_embedded_signup_config_id
```

Customers register their WhatsApp numbers in the dashboard at:

```
/dashboard/whatsapp-accounts

```

---

Manual Install
--------------

[](#manual-install)

For developers cloning the repository directly:

```
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate
npm run build
composer run dev
```

---

Contributing
------------

[](#contributing)

Contributions are welcome! Please feel free to submit a Pull Request.

License
-------

[](#license)

ZeroMsg is open-source software licensed under the [MIT](LICENSE) license.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance94

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

32d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/87904671?v=4)[Abdelmjid Saber](/maintainers/megoxv)[@megoxv](https://github.com/megoxv)

---

Top Contributors

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

---

Tags

laravelwhatsapp-businesswhatsapp-cloud-apilaravelautomationinertiawhatsappwhatsapp-businessinboxself hostedcampaignscloud-api

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/megoxv-zeromsg/health.svg)

```
[![Health](https://phpackages.com/badges/megoxv-zeromsg/health.svg)](https://phpackages.com/packages/megoxv-zeromsg)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M984](/packages/statamic-cms)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[nunomaduro/laravel-starter-kit-inertia-react

The skeleton application for the Laravel framework.

2071.1k](/packages/nunomaduro-laravel-starter-kit-inertia-react)

PHPackages © 2026

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