php_beanstalk_mq | php_beanstalk_mq,基于beanstalk的php消息队列服务

 by   pengsd1991 PHP Version: Current License: No License

kandi X-RAY | php_beanstalk_mq Summary

kandi X-RAY | php_beanstalk_mq Summary

php_beanstalk_mq is a PHP library. php_beanstalk_mq has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

本项目实现基于beanstalk的php消息队列服务,包括生产与消费消息案例,使用简介如下: 1、首先安装beanstalk服务,2、php需安装pcntl_fork,支持多线程 3、修改config中配置,运行日志目录等 4、启动守护进程daemon.php,启动方式文件头部有说明 5、查看守护进程是否启动 ps aux|grep daemon 查看wokers是否启动 ps aux|grep workers 6、生产消息方法,引入类lib_message_queue.php // 生产单条消息,goods管道组 $mq = new MessageQueue(); $mq->product('goods', 111111); // 生产多条消息 $mq->product('goods', array(111111, 111112));. 文件说明: daemon.php 守护进程主脚本,带起workers里的消费脚本 wokers 消费脚本目录 config 配置信息 classes beanstalk 操作的相关类.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              php_beanstalk_mq has a low active ecosystem.
              It has 2 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              php_beanstalk_mq has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of php_beanstalk_mq is current.

            kandi-Quality Quality

              php_beanstalk_mq has no bugs reported.

            kandi-Security Security

              php_beanstalk_mq has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              php_beanstalk_mq does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              php_beanstalk_mq releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of php_beanstalk_mq
            Get all kandi verified functions for this library.

            php_beanstalk_mq Key Features

            No Key Features are available at this moment for php_beanstalk_mq.

            php_beanstalk_mq Examples and Code Snippets

            No Code Snippets are available at this moment for php_beanstalk_mq.

            Community Discussions

            No Community Discussions are available at this moment for php_beanstalk_mq.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install php_beanstalk_mq

            You can download it from GitHub.
            PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/pengsd1991/php_beanstalk_mq.git

          • CLI

            gh repo clone pengsd1991/php_beanstalk_mq

          • sshUrl

            git@github.com:pengsd1991/php_beanstalk_mq.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link