Download the PHP package dionera/laravel-beanstalkd-ui without Composer

On this page you can find all versions of the php package dionera/laravel-beanstalkd-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-beanstalkd-ui

Laravel Beanstalkd Admin UI

Code Climate Current Version License

:fire: A slick Admin Interface for monitoring your Beanstalkd queues right out of your Laravel application. :fire:

Installation

Require the package through composer

Version Table

Laravel Required PHP Version Package Version
^5.7.28 ^7.2 ^2.0
^6.0, ^7.0 ^7.2 ^2.1
^7.0 ^7.4 ^3.0
^7.0, ^8.0 ^7.4 ^3.1
^8.0 ^7.4, ^8.0 ^4.0

Publish assets

Next we need to publish the package's assets. We do this by running the following command:

This will publish all the required Javascript and CSS into your applications public/vendor/beanstalkdui folder.

View it in the browser

Now navigate to http://<your-app>/beanstalkd/tubes in your browser. If you're not already authenticated you will now be asked to log in. This is because by default all routes use the auth middleware. See the Configuration section for information about how to overwrite this.

Live Updating

Configuration

In order to overwrite the default configuration we first need to publish the package's config file.

This will place a beanstalkdui.php in your application's config folder. Inside you will find the following settings:

Value Default Description
host '127.0.0.1' The Beanstalkd host.
port 11300 The Port Beanstalkd is running on.
middleware ['web', 'auth'] An array of middlewares which get applied to all the package's routes. If no middleware should be applied simply remove auth from the array.
prefix '' Route prefix that should be applied the Admin UI routes.
failed_jobs true Defines if you want to be able to also manage your failed jobs through the UI. If set to true an additional table containing all failed jobs for the current tube will be displayed.
failed_jobs_table failed_jobs The name of the table containing your failed jobs.

All versions of laravel-beanstalkd-ui with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
laravel/framework Version ^8.40.0
pda/pheanstalk Version ^4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dionera/laravel-beanstalkd-ui contains the following files

Loading the files please wait ....