monero-integrations / monerophp

Monero PHP library + JsonRPC Client
MIT License
118 stars 76 forks source link

Use namespaces #86

Closed vv12131415 closed 5 years ago

vv12131415 commented 5 years ago

I think it's not best thing to do to use global namespace, lets do it in our own

vv12131415 commented 5 years ago

also I need to add it here

use composer autoloading, since right now, you can't just use the package, you need to include it in every single file