0.0
Laravel 5
PHP 5.5+
No commit activity in last 2 years
No release in over 2 years
Quemon Extension for Orchestra Platform
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

mockery/mockery
^0.9.1

Runtime

 Project Readme

Quemon Extension

Join the chat at https://gitter.im/laravie/laravie

Quemon (Queue Monitor) Extension for Orchestra Platform allows administrator to monitor failed queue status without accessing SSH.

Latest Stable Version Total Downloads MIT License

Installation

To install through composer, simply put the following in your composer.json file:

{
    "require": {
        "laravie/quemon": "~1.0"
    }
}

And then run composer install to fetch the package.

Quick Installation

You could also simplify the above code by using the following command:

composer require "laravie/quemon=~1.0"

Setup

To start using Quemon, activate the extension from Orchestra Platform Administrator Interface.