PHPackages                             geniv/nette-browser-sync - 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. [Framework](/categories/framework)
4. /
5. geniv/nette-browser-sync

ActiveLibrary[Framework](/categories/framework)

geniv/nette-browser-sync
========================

Browser sync component for Nette Framework

v1.0.5(7y ago)02.0kMITPHPPHP &gt;=7.0

Since Mar 7Pushed 7y ago2 watchersCompare

[ Source](https://github.com/geniv/nette-browser-sync)[ Packagist](https://packagist.org/packages/geniv/nette-browser-sync)[ RSS](/packages/geniv-nette-browser-sync/feed)WikiDiscussions master Synced 1w ago

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

Browser sync
============

[](#browser-sync)

via:

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

[](#installation)

```
$ composer require geniv/nette-browser-sync
```

or

```
"geniv/nette-browser-sync": "^1.0"
```

require:

```
"php": ">=7.0",
"nette/nette": ">=2.4",
"geniv/nette-general-form": ">=1.0"
```

Include in application
----------------------

[](#include-in-application)

neon configure:

```
services:
    - BrowserSync
#or
    - BrowserSync(other url, other check url)
```

base presenter:

```
protected function createComponentBrowserSync(IBrowserSync $browserSync): IBrowserSync
{
    //$browserSync->setTemplatePath(__DIR__ . '/templates/browserSync.latte');
    //$browserSync->setCheckByUrl(false);
    return $browserSync;
}
```

usage:

```
{control browserSync}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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 ~60 days

Recently: every ~46 days

Total

6

Last Release

2690d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.0.0

v1.0.4PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc7e200eb4e96d99020297684063209160ea1347d8a2a8b4cd769d532204867e?d=identicon)[geniv](/maintainers/geniv)

---

Top Contributors

[![geniv](https://avatars.githubusercontent.com/u/563659?v=4)](https://github.com/geniv "geniv (14 commits)")

---

Tags

browsernettesyncgenivbrowser-sync

### Embed Badge

![Health badge](/badges/geniv-nette-browser-sync/health.svg)

```
[![Health](https://phpackages.com/badges/geniv-nette-browser-sync/health.svg)](https://phpackages.com/packages/geniv-nette-browser-sync)
```

###  Alternatives

[vojtech-dobes/nette-ajax-history

Adds History API support for Nette Framework.

30179.4k2](/packages/vojtech-dobes-nette-ajax-history)[flame/modules

Nette modules on the Steroids

1361.6k3](/packages/flame-modules)

PHPackages © 2026

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