PHPackages                             indydevguy/supervisor-bundle - 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. [API Development](/categories/api)
4. /
5. indydevguy/supervisor-bundle

ActiveSymfony-bundle[API Development](/categories/api)

indydevguy/supervisor-bundle
============================

Manage your supervisor instance in your Symfony application.

v1.0.1(5y ago)0224MITPHPPHP &gt;=7.4.0

Since Feb 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/IndyDevGuy/SupervisorBundle)[ Packagist](https://packagist.org/packages/indydevguy/supervisor-bundle)[ RSS](/packages/indydevguy-supervisor-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

SupervisorBundle [![Build Status](https://camo.githubusercontent.com/ba600c57ae64f3a93f9262dbea247a47d6bbb606682502bdde9b4e580a1664cf/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f797a616c69732f53757065727669736f7242756e646c652e706e67)](http://travis-ci.org/yzalis/SupervisorBundle)
======================================================================================================================================================================================================================================================================================================

[](#supervisorbundle-)

About
-----

[](#about)

This started out as a clone of YZSupervisorBundle, but since YZSupervisorBundle is no longer around I have modified it and updated it for the newest version of Symfony and PHP 7.4+.

This bundle allows you to administer your Supervisor Programs on your Symfony Application with a nice Bootstrap UI!

Installation
------------

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require indydevguy/supervisor-bundle

```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the config/bundles.php file of your project (if it doesn't exist yet):

```
