objective-php/beanstalk-package

Objective PHP 的 Beanstalk 集成

v2.0.0 2018-05-11 14:39 UTC

This package is not auto-updated.

Last update: 2024-09-15 23:29:06 UTC


README

项目介绍

此包允许您轻松使用 Beanstalk 队列管理器(以及 Pheanstak PHP 库)

安装

手动

您可以通过运行以下命令克隆我们的 Github 仓库

git clone http://github.com/objective-php/beanstalk-package

如果您选择这种方式,您可能不需要更多关于如何使用该库的解释 :)

Composer

安装库并准备好使用它的最简单方法是使用 Composer。在已包含 ObjectivePHP 应用的文件夹中运行以下命令

composer require objective-php/beanstalk-package 

配置包

待续!