Closed chenbimo closed 4 years ago
If you clone this repository, you should be able to load it via:
<?php
require 'analog/lib/Analog.php';
Analog::handler (Analog\Handler\Stderr::init ());
Analog::log ('Output to php://stderr');
It uses a simple autoloader internally, so you shouldn't need to include anything else. Hope that helps!
Sorry if there were duplicate notifications there, GitHub is having issues atm :)
OK,very thinks!
i run my php in virtual machine and have't composer.