PHPackages                             bernard/laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. bernard/laravel

ActiveLibrary[Queues &amp; Workers](/categories/queues)

bernard/laravel
===============

Bernard bindings for Laravel

18149PHP

Since Aug 5Pushed 12y ago2 watchersCompare

[ Source](https://github.com/bernardphp/laravel)[ Packagist](https://packagist.org/packages/bernard/laravel)[ RSS](/packages/bernard-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bernard for Laravel
===================

[](#bernard-for-laravel)

[![Build Status](https://camo.githubusercontent.com/2d88fc647bf844f3e4b25ec8cd3b423b8ca9b9d03a902ced99d69a2d2057feb9/68747470733a2f2f7472617669732d63692e6f72672f6265726e6172647068702f6c61726176656c2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/bernardphp/laravel)

Brings Bernard to Laravel. Laravel already has a great queue.. That's right, but it only works with Laravel. If your project/company utilizes multiple frameworks, Bernard provides leverage.

Getting started
---------------

[](#getting-started)

Extend `composer.json` file:

```
{
    "require": {
        "bernard/laravel": "@dev"
    }
}
```

Register the service provider in `app/config/app.php`:

```
