Forked from NEM-Api-Library.
This fork uses the same codebase but splits files into separated classes to support autoloading.
Edit composer.json file:
"require": {
"lezhnev74/nem-api-library":"dev-master"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/lezhnev74/NEM-Api-Library"
}
],
And then call:
composer update
As this is an alpha version - it has not reliable code. No tests, and probably there are bugs inside. Use only for testing/learning purposes!