How do I install this?
Where should these files be put?
I tried just sticking them in the plugins dir:
require_once(WP_PLUGIN_DIR . '/php-cli-tools/lib/cli/cli.php');
but this results in an error Cannot redeclare cli\render().
I'm not using composer on my project - is composer a requirement for using php-cli-tools?