eugabrielsilva/whatsapp-php
Composer 安装命令:
composer require eugabrielsilva/whatsapp-php
包简介
A PHP client SDK for eugabrielsilva/whatsapp-api.
README 文档
README
A PHP client SDK for whatsapp-api.
Installation
composer require eugabrielsilva/whatsapp-php
Usage
use WhatsAppPHP\Client; require_once 'vendor/autoload.php'; // Create the Client instance with the base API URL and your auth token $client = Client::create('http://localhost:3000', 'optional_auth_token');
Full documentation here.
Testing
Copy tests/_env.example.php to tests/_env.php and setup the test environment.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-10