agregalel / refresh-php
auto reload your web app automatically on save
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/agregalel/refresh-php
Requires
- php: >=5.5.0
This package is auto-updated.
Last update: 2025-09-27 02:49:06 UTC
README
Auto reload your web app automatically on save
Getting Started
$ composer require agregalel/refresh-php:dev-main
index.php 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" ] }