PHPackages                             bravesheep/live-reload-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bravesheep/live-reload-bundle

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

bravesheep/live-reload-bundle
=============================

Automatically include the live reload script in Symfony

v0.1.0(10y ago)321.3k2MITPHPPHP &gt;=5.4.0

Since Jun 21Pushed 8y ago2 watchersCompare

[ Source](https://github.com/bravesheep/live-reload-bundle)[ Packagist](https://packagist.org/packages/bravesheep/live-reload-bundle)[ RSS](/packages/bravesheep-live-reload-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (2)Used By (0)

BravesheepLiveReloadBundle
==========================

[](#bravesheeplivereloadbundle)

A [Symfony](https://symfony.com) bundle that automatically includes a link to the livereload script in any html response (based on configuration).

Inspired by the [KunstmaanLiveReloadBundle](https://github.com/Kunstmaan/KunstmaanLiveReloadBundle).

Installation and configuration
------------------------------

[](#installation-and-configuration)

Using [Composer](https://getcomposer.org) add the bundle to your dependencies using the require command. This command adds the bundle only for development purposes:

```
composer require --dev bravesheep/live-reload-bundle

```

Add the bundle to your AppKernel
--------------------------------

[](#add-the-bundle-to-your-appkernel)

Add the bundle in your `app/AppKernel.php`. To add it to just your development bundles:

```
public function registerBundles()
{
    // ...

    if (in_array($this->getEnvironment(), ['dev', 'test'])) {
        // ...
        $bundles[] = new Bravesheep\LiveReloadBundle\BravesheepLiveReloadBundle();
    }
    // ...
}
```

Configure the bundle
--------------------

[](#configure-the-bundle)

The bundly does not need any configuration and should work right away. However you can customize some settings, you can adjust the default configuration as shown below:

```
bravesheep_live_reload:
    enabled: yes
    host: ~
    port: 35729
```

You may want to parameterize the enabled flag to allow individual developers to pick whether or not to enable livereload:

```
bravesheep_live_reload:
    enabled: %livereload%
```

And in your `app/config/parameters.yml`:

```
parameters:
    livereload: yes
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3665d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86a9633404b0317dcde9ecb9c54f88c4d54bc42bb137d462933773bbe3a539b9?d=identicon)[rnijveld](/maintainers/rnijveld)

---

Top Contributors

[![rnijveld](https://avatars.githubusercontent.com/u/193783?v=4)](https://github.com/rnijveld "rnijveld (3 commits)")[![marlonbaeten](https://avatars.githubusercontent.com/u/885089?v=4)](https://github.com/marlonbaeten "marlonbaeten (1 commits)")

### Embed Badge

![Health badge](/badges/bravesheep-live-reload-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/bravesheep-live-reload-bundle/health.svg)](https://phpackages.com/packages/bravesheep-live-reload-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
