Download the PHP package mybuilder/supervisor-bundle without Composer

On this page you can find all versions of the php package mybuilder/supervisor-bundle. 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 supervisor-bundle

Supervisor Bundle

Build Status

A bundle for Symfony 4/5 which allows you to use @Supervisor annotations to configure how Supervisor runs your console commands.

Installation

Install with composer

Run the composer require command:

Enable the bundle

Enable the bundle in the config/bundles.php for Symfony:

Configure the bundle

You can add the following to packages/my_builder_supervisor.yaml for Symfony to define your global export configuration:

Usage

The first step is to add the use case for the annotation to the top of the command you want to use the @Supervisor annotations in.

Then define the @Supervisor annotation within the command's PHPDoc, which tells Supervisor how to configure this program. The example below declares that three instances of this command should be running at all times on the server entitled 'web', with the provided parameter --send.

Exporting the Supervisor configuration

You should run bin/console supervisor:dump and review what the Supervisor configuration will look like based on the current specified definition. If you are happy with this you can write out the configuration to a conf file:

And then reload Supervisor:

Environment

You can choose which environment you want to run the commands in Supervisor under like this:


Created by MyBuilder - Check out our blog for more insight into this and other open-source projects we release.


All versions of supervisor-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
doctrine/annotations Version ~1.0
francodacosta/supervisord Version ~1.0
symfony/config Version ~4.0||~5.0
symfony/console Version ~4.0||~5.0
symfony/framework-bundle Version ~4.0||~5.0
symfony/yaml Version ^4.0||~5.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 mybuilder/supervisor-bundle contains the following files

Loading the files please wait ....