Download the PHP package varspool/disque-admin-provider without Composer
On this page you can find all versions of the php package varspool/disque-admin-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download varspool/disque-admin-provider
More information about varspool/disque-admin-provider
Files in varspool/disque-admin-provider
Download varspool/disque-admin-provider
More information about varspool/disque-admin-provider
Files in varspool/disque-admin-provider
Vendor varspool
Package disque-admin-provider
Short Description Web-based Disque administration and monitoring tool, using Silex
License MIT
Package disque-admin-provider
Short Description Web-based Disque administration and monitoring tool, using Silex
License MIT
Please rate this library. Is it a good library?
Informations about the package disque-admin-provider
DisqueAdminProvider
A web-based management/monitoring GUI for Disque
Dependencies
- Silex 2
- Twig support, with the twig bridge
- Service Controller support
- HTTP Fragment support
Getting Started
Install and register the provider
composer require varspool/disque-admin-provider
-
Register the provider on your
$app
. The routes will be mounted for you at a configurable prefix: - Link (or serve, using your webserver configuration) the
resources/public
directory at the same prefix (usingtry_files
for example, so we still fall back to PHP for missing paths). e.g.
Configure connection
Configure single connection
You can use the following simple properties to configure a single connection:
disque_admin.host
: string, default '127.0.0.1'disque_admin.port
: int, default 7711disque_admin.password
: ?string, default null
Configure multiple connections
You can optionally configured multiple connections. Extend the disque_admin.credentials
service
and replace it with an array of Disque\Connection\Credentials
instances.
Screenshots
All versions of disque-admin-provider with dependencies
PHP Build Version
Package Version
Requires
silex/silex Version
~2.0
mariano/disque-php Version dev-master as 3.0.x-dev
symfony/twig-bridge Version *
psr/log Version ~1.0
mariano/disque-php Version dev-master as 3.0.x-dev
symfony/twig-bridge Version *
psr/log Version ~1.0
The package varspool/disque-admin-provider contains the following files
Loading the files please wait ....