It could be a good idea for such noobies as as me to add require_once installation instructions. Its real pain in the ass to figure out how to start working with lib.
I've downloaded it through git clone. Then I've created php file and added two main (as I think) files
require_once Nt_Path::get()->scripts . '/btc/lib/Http/Client.php';
require_once Nt_Path::get()->scripts . '/btc/lib/Command/Command.php';
but it doesnt work, I assume it should be added somehow else... but how?
Im trying to use the library in pretty old zend framework, is there an easy require way of installing it?
It could be a good idea for such noobies as as me to add
require_onceinstallation instructions. Its real pain in the ass to figure out how to start working with lib.I've downloaded it through git clone. Then I've created php file and added two main (as I think) files
but it doesnt work, I assume it should be added somehow else... but how?
Im trying to use the library in pretty old zend framework, is there an easy require way of installing it?