Download the PHP package myphps/mq-one without Composer
On this page you can find all versions of the php package myphps/mq-one. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download myphps/mq-one
More information about myphps/mq-one
Files in myphps/mq-one
Download myphps/mq-one
More information about myphps/mq-one
Files in myphps/mq-one
Vendor myphps
Package mq-one
Short Description 消息队列服务
License MIT
Homepage https://github.com/myphps/mq-one
Package mq-one
Short Description 消息队列服务
License MIT
Homepage https://github.com/myphps/mq-one
Keywords MQ
Please rate this library. Is it a good library?
Informations about the package mq-one
消息队列服务 php+(mysql|sqlite)+redis 默认使用的Sqlite
sqlite.db sqlite数据库模板适合小量使用
mysql.sql mysql数据库初始sql
安装
mkdir mq
cd mq
composer require myphps/mq-one
cp vendor/myphps/mq-one/run.example.php run.php
cp vendor/myphps/mq-one/conf.example.php conf.php
cp vendor/myphps/mq-one/sqlite.db mq.db
chmod +x run.php
修改 run.php conf.php配置
运行 ./run.php
TODO
推模式
追加模拟redis协议 lpop、rpush、llen|lsize、lrange?、subscribe、publish
All versions of mq-one with dependencies
PHP Build Version
Package Version
The package myphps/mq-one contains the following files
Loading the files please wait ...