I just switched to monolog and wanted to log my message to the PHP console instead of a file. This might seem obvious for some people, but it took me a little while to figure out how to do that and I …
Tag: stdout
Update Command-line Output, i.e. for Progress
I’d like to be able to show a progress meter in a simple PHP script on the command line. Instead of seeing Progress: 0% Progress: 1% etc… I’d like just the number to change, and replace the …