Popularity
6.7
Growing
Activity
0.0
Declining
1,214
46
128

Description

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:

Code Quality Rank: L5
Programming language: PHP
License: MIT License
Tags: Queue     Message     Message Queue     Bernard    
Latest version: v1.0.0

Bernard alternatives and similar libraries

Based on the "Queue" category.
Alternatively, view Bernard alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Bernard or a related project?

Add another 'Queue' Library

README

Latest Version Minimum PHP Version GitHub Workflow Status Total Downloads

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](LICENSE) for more information.


*Note that all licence references and agreements mentioned in the Bernard README section above are relevant to that project's source code only.