定制 scalexy/wppconnect 二次开发

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

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

scalexy/wppconnect

最新稳定版本:v0.5.6

Composer 安装命令:

composer require scalexy/wppconnect

包简介

WPPConnect Client

README 文档

README

Installation and usage

Install via composer

composer require scalexy/wppconnect

Add to .env

WPPCONNECT_SERVER_ENDPOINT="http://instance:port"
WPPCONNECT_SERVER_SECRET="*******"

Add to config/services.php

'wppconnect' => [
	'endpoint' => env('WPPCONNECT_SERVER_ENDPOINT'),
	'secret' => env('WPPCONNECT_SERVER_SECRET'),
],

Why

We wanted it, we built it.

Opensource

We licensed under the MIT License so that anyone can use it. But we don't intend to actively develop it. You are free to fork it and continue development. PR(s) will probably be ignored.

Urgent help

If there is some small bug that you need fixed like adding a new param, open an issue and we'll look into it. Don't do it to request new features, we'll close it.

Security issues

If there are any security issues, please mail us security@scalexy.com

Features implemented

  • Auth

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-12