SkillAgentSearch skills...

Bernard

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

Install / Use

/learn @bernardphp/Bernard
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <a href="http://bernard.rtfd.org"> <img src="https://bernard.readthedocs.io/_static/img/logo_small@2x.png" alt="Bernard" /> </a> </p>

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 for more information.

Related Skills

View on GitHub
GitHub Stars1.2k
CategoryDevelopment
Updated1mo ago
Forks128

Languages

PHP

Security Score

95/100

Audited on Feb 12, 2026

No findings