for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Foo;
use Phppm\Process;
class ProcessExample extends Process
{
public function exec()
$time = $this->getFormattedTime();
$this->output->writeln("[$time] heartbeat");
}