GearmanBundle:提供用于提交 Gearman 作业的接口的包

时间:2021-06-06 13:56:15
【文件属性】:
文件名称:GearmanBundle:提供用于提交 Gearman 作业的接口的包
文件大小:26KB
文件格式:ZIP
更新时间:2021-06-06 13:56:15
PHP 齿轮箱包 提供用于提交 Gearman 作业的接口的包 介绍 这个包提供了一个服务来提交 Gearman 作业。 作业是需要实现GearmmanJobInterface对象。 安装 当然,您需要安装 Gearman 。 假设您已经安装了 composer.phar 或 composer 二进制文件,只需运行(或添加到您的composer.json并运行 composer install: $ composer require hautelook/gearman-bundle 您可以遵循dev-master ,或者使用更稳定的标签(出于各种原因推荐)。 在或,您始终可以找到最新的标签。 现在将 Bundle 添加到您的内核中: <?php // app/AppKernel.php public function registerBundles () { $ bundles
【文件预览】:
GearmanBundle-master
----composer.json(1KB)
----.travis.yml(1021B)
----Monitor()
--------GearmanMonitor.php(4KB)
----DependencyInjection()
--------HautelookGearmanExtension.php(1KB)
--------Configuration.php(2KB)
----HautelookGearmanBundle.php(140B)
----.scrutinizer.yml(1KB)
----Service()
--------Gearman.php(6KB)
----Event()
--------BindWorkloadDataEvent.php(383B)
--------GearmanEvents.php(305B)
----Model()
--------GearmanJobStatus.php(2KB)
--------GearmanJobInterface.php(1KB)
--------GearmanWorker.php(2KB)
----Resources()
--------config()
----Command()
--------GearmanClearCommand.php(2KB)
--------GearmanClientCommand.php(2KB)
--------GearmanRunCommand.php(3KB)
----.gitignore(46B)
----Tests()
--------bootstrap.php(618B)
--------Monitor()
--------Functional()
--------Service()
--------GearmanClientStub.php(4KB)
----phpunit.xml.dist(574B)
----README.md(6KB)

网友评论