PHPackages                             agregalel/refresh-php - 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. agregalel/refresh-php

ActiveLibrary

agregalel/refresh-php
=====================

auto reload your web app automatically on save

06PHP

Since Mar 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/diegosamanez/refresh-php)[ Packagist](https://packagist.org/packages/agregalel/refresh-php)[ RSS](/packages/agregalel-refresh-php/feed)WikiDiscussions main Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Refresh PHP
===========

[](#refresh-php)

Auto reload your web app automatically on save

Getting Started
---------------

[](#getting-started)

```
$ composer require agregalel/refresh-php:dev-main

```

### index.php file

[](#indexphp-file)

```
use agregalel\refresh_php\RefreshPhp;
/**
 * Init Refresh
 */
RefreshPhp::init();
```

You can also add a phprefresh.json configuration file to ignore files and directories

```
{
    "ignore": [
        "vendor",
        "dir_ignore",
        "file_ignore.php"
    ]
}
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/32b90f09b9b95bdcf11df4d435502653a251f0f7b36722c03f1dc2f9c88573bc?d=identicon)[diegosamanez](/maintainers/diegosamanez)

---

Top Contributors

[![diegosamanez](https://avatars.githubusercontent.com/u/67506140?v=4)](https://github.com/diegosamanez "diegosamanez (7 commits)")

### Embed Badge

![Health badge](/badges/agregalel-refresh-php/health.svg)

```
[![Health](https://phpackages.com/badges/agregalel-refresh-php/health.svg)](https://phpackages.com/packages/agregalel-refresh-php)
```

PHPackages © 2026

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