async-bundle:为 Symfony2 中的异步后端工作者提供易于使用的抽象

时间:2024-07-01 14:18:27
【文件属性】:

文件名称:async-bundle:为 Symfony2 中的异步后端工作者提供易于使用的抽象

文件大小:31KB

文件格式:ZIP

更新时间:2024-07-01 14:18:27

PHP

异步包 这个 Symfony 包提供了一种向后台工作人员发送昂贵逻辑的高级方法。 配置 使用composer require "dubture/async-bundle"安装composer require "dubture/async-bundle" 将必要的包添加到您的内核中: // app/AppKernel.php public function registerBundles () { $ bundles = array ( // register the async bundle new Dubture \ AsyncBundle \ DubtureAsyncBundle (), // register the dependencies of the async bundle new JMS \ Di


【文件预览】:
async-bundle-master
----composer.json(1KB)
----.travis.yml(161B)
----DependencyInjection()
--------Compiler()
--------Configuration.php(924B)
--------DubtureAsyncExtension.php(2KB)
----RabbitMQ()
--------RabbitMQBackend.php(1KB)
--------RabbitMQConsumer.php(1KB)
----Interceptor()
--------AsyncExecutor.php(1KB)
--------AsyncInterceptor.php(3KB)
----.scrutinizer.yml(50B)
----DubtureAsyncBundle.php(783B)
----Backend()
--------AsyncBackend.php(621B)
--------RuntimeBackend.php(898B)
----travis.php.ini(21B)
----LICENSE(1KB)
----Resources()
--------config()
--------docs()
----Annotation()
--------Async.php(399B)
----Pointcut()
--------AsyncPointcut.php(1KB)
----.gitignore(60B)
----Sonata()
--------SonataBackend.php(1KB)
--------SonataConsumer.php(1KB)
----Tests()
--------bootstrap.php(1KB)
--------App()
--------TestService.php(707B)
--------Backend()
----Resque()
--------ResqueBackend.php(1KB)
--------ResqueJob.php(1KB)
----phpunit.xml.dist(565B)
----README.md(3KB)

网友评论