mobtitude/bernard
最新稳定版本:1.0.0-alpha9
Composer 安装命令:
composer require mobtitude/bernard
包简介
Message queue abstraction layer
README 文档
README
Bernard makes it super easy and enjoyable to do background processing in PHP. It does this by utilizing queues and long running processes. It supports normal queueing drivers but also implements simple ones with Redis and Doctrine.
Currently these are the supported backends, with more coming with each release:
- Predis / PhpRedis
- Amazon SQS
- Iron MQ
- Doctrine DBAL
- Pheanstalk
- PhpAmqp / RabbitMQ
- Queue interop
Install
Via Composer
$ composer require bernard/bernard
Documentation
Please see the official documentation.
Testing
We try to follow BDD and TDD, as such we use both phpspec and phpunit to test this library.
$ composer test
You can run the functional tests by executing:
$ composer test-functional
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 143
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-28