Download the PHP package alicfeng/aliyun_rocket_mq without Composer

On this page you can find all versions of the php package alicfeng/aliyun_rocket_mq. 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 aliyun_rocket_mq

阿里云RocketMQ增强组件

基于阿里云官方SDK增强组件
更加优雅的应用姿势、更加灵活的动态配置,让应用层服务组件更加标准规范

Latest Stable Version Total Downloads License

特点

  1. 支持消息幂等性消费,防止消息重复消费

  2. 关系协议约定,仅关心消息消费逻辑即可

  3. 专注于配置化定义与注册,更加灵活简洁

安装

配置

使用

简单使用

模切约定

  1. 消费时、每一个服务订阅一个主题,即一个进程仅支持一个主题( topic )监听
  2. 消费时、每一个订阅进程支持多个消息标签( MessageTag )监听
  3. 消费时、每一个消息标签需要实现对于应的标签处理事件类,具体约定示例如下:

注意

假设以镜像交付时,务必再安装依赖完毕时执行修复脚本,如下为示例

或者在持续集成中执行


All versions of aliyun_rocket_mq with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0|^8.0
ext-json Version *
aliyunmq/mq-http-sdk Version ^1.0.3
friendsofphp/php-cs-fixer Version ^2.18
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 alicfeng/aliyun_rocket_mq contains the following files

Loading the files please wait ....