pendalff / bernard

Bernard is a multi-backend PHP library for creating background jobs for later processing.

Home Page:http://bernard.rtfd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bernard

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

You can learn more on our website about Bernard and its related projects or just dive directly into the documentation.

Build Status Scrutinizer Quality Score

About

Bernard is a multi-backend PHP library for creating background jobs for later processing.

http://bernard.rtfd.org

License:MIT License


Languages

Language:PHP 99.7%Language:Shell 0.3%