Download the PHP package sixmq/sixmq without Composer

On this page you can find all versions of the php package sixmq/sixmq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sixmq

SixMQ

Latest Version Php Version Swoole Version IMI License

介绍

SixMQ 是一款 PHP 消息队列系统,基于 imi 框架开发的,运行在 PHP + Swoole 环境下。

SixMQ 消息存储及队列完全依赖 Redis 实现,代码完全可以由 PHP 开发者阅读和修改。

QQ群:17916227 点击加群,如有问题会有人解答和修复。

特性

持久化存储

依靠 Redis 的持久化存储机制,将消息持久化存储下来。

消息确认

消息不是从队列出掉就好了,消费端处理完消息后,需要告知服务端这个消息已经消费完成。超过超时时间后,没有回传确认,该消息会再次进入队列被其它消费端消费。

消息延迟

有些消息,你希望他在未来某个指定的时间才会被消费,这个功能 SixMQ 轻松帮你实现了。

消息分组

使用 SixMQ 你可以针对消息进行分组,在同一个分组中的消息,SixMQ 会保证他们依次执行。只有在前一个消息被消费完成,后一个消息才会开始被消费。

消息自动清理机制

当消息被消费后,如果消息长期储存,势必会占用很多存储空间。要知道,大部分消息被成功消费后,基本便是无用了。

SixMQ 支持两种消息自动清理机制:

立即清理很好理解,延迟清理可以将成功消费的消息,延迟保留一定时间,然后才会被释放。

客户端跨语言

SixMQ 使用 TCP 协议通讯,所以跨语言跨平台通讯完全不成问题。

目前提供有如下客户端:

PHP Client

图形化管理界面

SixMQ 提供图形化管理界面:https://github.com/SixMQ/sixmq-web

文档及示例

文档传送门

示例传送门

运行环境

版权信息

SixMQ 遵循 Apache2 开源协议发布,并提供免费使用。


All versions of sixmq with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
yurunsoft/imi Version ^1.0
sixmq/sixmq-struct Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sixmq/sixmq contains the following files

Loading the files please wait ....