DEV Community

Discussion on: Who's looking for open source contributors? (Jan 21st edition)

Collapse
 
felipperegazio profile image
Felippe Regazio • Edited

Php Hot Reloader

A single class to provide a lightweight Hot Reloader feature to PHP traditional projects without built-in Servers, Listeners or Sockets. Is compatible with frameworks like cake, laravel and codeIgniter. Required skills: php and javascript.

About: This class adds a live reload feature to any php project. It allows you to see your page dynamically changing while coding, without have to keep refreshing the browser on every change. By default, the script will turn your project tab reactive to changes in included/required files, css and js files related to the tab opened. Please see the "example" project on the sources. Every browser, every project, one single file.

github.com/felippe-regazio/php-hot...