Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.
/ phpwatch Public archive

Just change your PHP script and see the output in the command line

Notifications You must be signed in to change notification settings

marabesi/phpwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP watch

Are you tired of executing your PHP script in the command line ? PhpWatch can help you with that, just change your PHP script and see the output in the command line.

Normal flow

1. You write a PHP script

<?php
print 'my PHP script';

2. Go to terminal and execute the script

matheus@marabesi /github/php-watch $ php my_script.php
my PHP script

3. Change it and then run again, and then repeat the steps

PHP watch flow

1. You write a PHP script

<?php
print 'my PHP script';

2. Go to terminal and execute the script

matheus@marabesi /github/php-watch $ php bin/watch.php watch my_script.php
Start watching : /github/php-watch/my_script.php

3. Just change it and see your changes automatically inthe terminal

Modified September 20, 2015, 6:15 pm
my PHP script

Modified September 20, 2015, 6:16 pm
my PHP script 2

About

Just change your PHP script and see the output in the command line

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages