Download the PHP package nanziok/smpp-hyperf without Composer
On this page you can find all versions of the php package nanziok/smpp-hyperf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nanziok/smpp-hyperf
More information about nanziok/smpp-hyperf
Files in nanziok/smpp-hyperf
Download nanziok/smpp-hyperf
More information about nanziok/smpp-hyperf
Files in nanziok/smpp-hyperf
Vendor nanziok
Package smpp-hyperf
Short Description MSProGateWay is a lightweight, ultra-high-performance SMS gateway written based on PHP + Swoole + Hyperf. It supports the SMPP V3.4 protocol and is used to build an SMS service platform based on the SMPP protocol. It can also be used as a client.
License Apache-2.0
Package smpp-hyperf
Short Description MSProGateWay is a lightweight, ultra-high-performance SMS gateway written based on PHP + Swoole + Hyperf. It supports the SMPP V3.4 protocol and is used to build an SMS service platform based on the SMPP protocol. It can also be used as a client.
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package smpp-hyperf
MSProGateWay(SMPP Server+Client)
🚀MSProGateWay 是一个基于PHP + Swoole + Hyperf编写的轻量级,超高性能短信网关,支持SMPP V3.4协议,用于搭建基于SMPP协议的短信服务平台,亦可做为客户端使用。
🛠️环境依赖
- Swoole 4.4+
- PHP 7.1+
⚙️安装
⚡️独立启动SMPP模拟器(服务端/客户端)
- 安装
Swoole4.4+扩展和PHP7.1+并clone本项目 cd demo- 参考
config-sample.ini生成config.ini配置文件,按需修改配置文件 php server.php启动服务端php client.php 1 2启动客户端模拟发送短信,测试性能。第一个参数代表启动多少个连接 第二个参数代表发送多少条短信
⚡️Hyperf框架内使用
- 参考 Tcp Server配置 章节创建业务类,并参考
demo/server.php中的逻辑完善业务类 执行命令发布配置php bin/hyperf.php vendor:publish jenawant/smpp,修改配置文件config/autoload/smpp.php中callbacks业务类路径- 参考 Tcp Server配置 章节编辑服务器配置,指定端口及回调控制器路径
- 重启服务
demo基于配置文件.ini,实际项目可从config/autoload/smpp.php获取配置。
😇鸣谢
All versions of smpp-hyperf with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-swoole Version >=4.4
ext-mbstring Version *
ext-iconv Version *
ext-sockets Version *
ext-swoole Version >=4.4
ext-mbstring Version *
ext-iconv Version *
ext-sockets Version *
The package nanziok/smpp-hyperf contains the following files
Loading the files please wait ...