Bit-Wasp/bitcoin-lib-php

Refactor for autoloading and Composer

Closed this issue · 2 comments

Would you mind if I refactor the code to autoloading standards (PSR-4) so it becomes compatible with most modern PHP libraries? It can then get added to Composer/Packagist and be available for wide deployment. manually including/requiring files is pretty outdated.

refs:

http://www.php-fig.org/psr/psr-4/
https://getcomposer.org/
https://packagist.org/

That would be great, please feel free! That'd be a great start, and give me something to stick to in future. Thanks!

Merged in 114c6cb