定制 ailuracode/wappify 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ailuracode/wappify

最新稳定版本:v1.0.0

Composer 安装命令:

composer require ailuracode/wappify

包简介

Wappify is a package that allows you to receive messages to WhatsApp using the WhatsApp Cloud API for Laravel.

README 文档

README

Description

This package helps to receive WhatsApp Cloud API messages in Laravel projects.

Installation

To install this package, simply run:

composer require ailuracode/wappify

After installing the package, Laravel will auto-load it. You also need to add the service provider in your config/app.php file:

'providers' => [
     // Another suppliers...
     AiluraCode\Wappify\WappifyServiceProvider::class,
],

Use

To start using this package in your Laravel project, you only need to run the work queue using the following command:

php artisan wappify:queue

License

This package is released under the MIT License. For more details, please refer to the LICENSE file.

Credits

Project status

This package is under active development and is continually being improved. It is recommended to stay tuned for future updates for new features and improvements.

统计信息

  • 总下载量: 21
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-04-27