PHPackages                             leaseweb/automatic-update-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. leaseweb/automatic-update-bundle

AbandonedArchivedSymfony-bundle[Debugging &amp; Profiling](/categories/debugging)

leaseweb/automatic-update-bundle
================================

Enables automatic updates of the application from the Web Debug Toolbar.

v1.0.3(11y ago)93151MITPHPPHP &gt;=5.3.2

Since Mar 26Pushed 5y ago22 watchersCompare

[ Source](https://github.com/LeaseWeb/LswAutomaticUpdateBundle)[ Packagist](https://packagist.org/packages/leaseweb/automatic-update-bundle)[ Docs](http://www.leaseweblabs.com)[ RSS](/packages/leaseweb-automatic-update-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Deprecated
----------

[](#deprecated)

This repository is no longer being actively maintained. We encourage you to not use this code. If you rely on this code you might want to fork the repository to keep your systems from breaking, if we remove this repository in the future.

LswAutomaticUpdateBundle
========================

[](#lswautomaticupdatebundle)

[![screenshot](https://camo.githubusercontent.com/e2a086bf22199ca0e148540a9beb9f296fd1143a65c76b03204e173e4ac454cb/687474703a2f2f7777772e6c656173657765626c6162732e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031332f30332f6175746f6d617469635f7570646174652e706e67)](https://camo.githubusercontent.com/e2a086bf22199ca0e148540a9beb9f296fd1143a65c76b03204e173e4ac454cb/687474703a2f2f7777772e6c656173657765626c6162732e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031332f30332f6175746f6d617469635f7570646174652e706e67)

Symfony2 bundle that enables automatic updates of the application from the Web Debug Toolbar.

[![screenshot](https://camo.githubusercontent.com/ecba129b18152b1ab04bceec884498e00f068481fc7ff308574d16c2a2ed651f/687474703a2f2f7777772e6c656173657765626c6162732e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031332f30332f7570646174655f73746570312e706e67)](https://camo.githubusercontent.com/ecba129b18152b1ab04bceec884498e00f068481fc7ff308574d16c2a2ed651f/687474703a2f2f7777772e6c656173657765626c6162732e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031332f30332f7570646174655f73746570312e706e67)

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

[](#installation)

Installation is broken down in 4 easy steps.

### Step 1: Download LswAutomaticUpdateBundle using composer

[](#step-1-download-lswautomaticupdatebundle-using-composer)

Add LswAutomaticUpdateBundle in your composer.json:

```
{
    "require": {
        "leaseweb/automatic-update-bundle": "*",
        ...
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update leaseweb/automatic-update-bundle
```

Composer will install the bundle to your project's `vendor/leaseweb` directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
