Download the PHP package huangbin2018/my_dbmq without Composer
On this page you can find all versions of the php package huangbin2018/my_dbmq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package my_dbmq
MySQLMQ
利用mysql简单实现的消息队列,用来同步消息
安装
composer require huangbin2018/my_dbmq
引入
使用
- 导入 sql/sql.sql 脚本,创建数据表
-
手动添加一个消费者
-
消息生产者
-
消息消费者
参考 "demo" 目录下的 test文件 启动消费者后,会一直循环执行,当有消息产生时,会自动消费
All versions of my_dbmq with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package huangbin2018/my_dbmq contains the following files
Loading the files please wait ....