WhatsApp Cloud API integration for WooCommerce. Free tier + Pro tier (planned).
| Dependency | Minimum |
|---|---|
| PHP | 8.2+ |
| WordPress | 6.5+ |
| WooCommerce | 9.0+ |
| Node.js | 20+ |
| Composer | 2.x |
composer install
npm install
npm run buildThen activate the plugin in WordPress admin and run the setup wizard at WhatsCom > Setup.
See docs/DEVELOPMENT.md for full environment setup instructions.
| Check | Tool |
|---|---|
| Lint | PHPCS + WPCS |
| Static | PHPStan level 8 |
| Unit tests | PHPUnit + WP Mock |
| Assets | @wordpress/scripts |
Run all checks locally:
composer all-checks
npm run buildSee docs/ARCHITECTURE.md.
See CONTRIBUTING.md.
GPL-2.0-or-later — see LICENSE.