PHPackages                             sbkinfo/livereload - 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. sbkinfo/livereload

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

sbkinfo/livereload
==================

LiveReload Package

v1.0.10(8y ago)161GPL-3.0-onlyPHP

Since Jul 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/silverreve23/livereload)[ Packagist](https://packagist.org/packages/sbkinfo/livereload)[ RSS](/packages/sbkinfo-livereload/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (11)Used By (0)

Livereload Package
==================

[](#livereload-package)

 [![](https://camo.githubusercontent.com/f8240aa76df0ebca33f0671455e2fcdeb55e05f9ad8e30683e4be886a93a081f/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f5430537362716857596c2d7452684a46616e46306d2d3670337934596a6d706a53386f3265343031615461443663506463475737695548794d756149764b4661625965796c4e6e38494933756c68557031435f2d694464337956437545475a726e4c687839503143724b763065586e6c353951366931515a536737676f623455795a366b704d5551436268567167546b744e6b66332d644143555a654e44447a414d4d55446c5242664d504859305f522d6c4c65544138514f51687a5644506f37624278395f3645554c363468524755565579573569716d68764a3855725647364a344b42376e6b46595146306254386962634e6752417542506c424b5a45506b434e5941594667595f73796752353677466c4f69544a566752774a67776b6b71584244465a36365347574538524633334972506c764e6a41304a48595133624f727462764361452d783939674f52416e4744794d54455677424d2d5565525a5468512d5a393837535066304441556d63523966746b3272387278787354456c7535365149396243535367316c45376f476d4145714e5f33475734664a65384466634e367657586e734e505066455f64554530496e376d7035543868655046457a61676d63616b4f7a344a646e307a744559317355366553523074304a4c626d657746527648364273764e365f2d482d643862573236413566364132346e4a694a3373417a5f4b6a395734756379617a6f4148636262526c4e336e5850376d466962314463765562546657754a6e53507935486c416c674637553647357762316c7a32396666793030514e6f5a6954743438796954686a527572754d4870596c5a566b4d6368633d773930302d683439302d6e6f)](https://camo.githubusercontent.com/f8240aa76df0ebca33f0671455e2fcdeb55e05f9ad8e30683e4be886a93a081f/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f5430537362716857596c2d7452684a46616e46306d2d3670337934596a6d706a53386f3265343031615461443663506463475737695548794d756149764b4661625965796c4e6e38494933756c68557031435f2d694464337956437545475a726e4c687839503143724b763065586e6c353951366931515a536737676f623455795a366b704d5551436268567167546b744e6b66332d644143555a654e44447a414d4d55446c5242664d504859305f522d6c4c65544138514f51687a5644506f37624278395f3645554c363468524755565579573569716d68764a3855725647364a344b42376e6b46595146306254386962634e6752417542506c424b5a45506b434e5941594667595f73796752353677466c4f69544a566752774a67776b6b71584244465a36365347574538524633334972506c764e6a41304a48595133624f727462764361452d783939674f52416e4744794d54455677424d2d5565525a5468512d5a393837535066304441556d63523966746b3272387278787354456c7535365149396243535367316c45376f476d4145714e5f33475734664a65384466634e367657586e734e505066455f64554530496e376d7035543868655046457a61676d63616b4f7a344a646e307a744559317355366553523074304a4c626d657746527648364273764e365f2d482d643862573236413566364132346e4a694a3373417a5f4b6a395734756379617a6f4148636262526c4e336e5850376d466962314463765562546657754a6e53507935486c416c674637553647357762316c7a32396666793030514e6f5a6954743438796954686a527572754d4870596c5a566b4d6368633d773930302d683439302d6e6f)

 Livereload package for php.

How to install
--------------

[](#how-to-install)

Run this command in terminal from root folder your project:

```
composer require sbkinfo/livereload

```

Run this command in terminal from root folder your project:

```
wget https://raw.githubusercontent.com/silverreve23/livereload/master/livestart

```

Initialization Live
-------------------

[](#initialization-live)

Insert next code in your project main file.

```
use LiveReloadPHP\LiveReload;

LiveReload::initReload();
```

How to run server
-----------------

[](#how-to-run-server)

Execute next command in terminal from root folder your project:

```
livestart

```

Configuration
-------------

[](#configuration)

Default path watcher / (root project). Example config:

```
$config = array(
	'host' => 'localhost',
	'port' => '9060',
	'sleep' => '1', #seconds
	'folders' => array(
		'/test',
		'/recursive',
	)
);
```

Pass config to methods:

- LiveReload::initReload($config) # in main file
- Server::runServer($config) # in livestart file

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Every ~25 days

Recently: every ~56 days

Total

10

Last Release

3000d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/024f1b9737051f3694827b37d07ab7134d5f55d014e29012c40c45d06bff9ec9?d=identicon)[silverreve23](/maintainers/silverreve23)

---

Top Contributors

[![silverreve23](https://avatars.githubusercontent.com/u/9548856?v=4)](https://github.com/silverreve23 "silverreve23 (27 commits)")

---

Tags

livereloadphpsbkinfowatches

### Embed Badge

![Health badge](/badges/sbkinfo-livereload/health.svg)

```
[![Health](https://phpackages.com/badges/sbkinfo-livereload/health.svg)](https://phpackages.com/packages/sbkinfo-livereload)
```

PHPackages © 2026

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