monero-integrations / monerophp

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

Example.php can't find daemonRPC class #91

Closed BarneyChambers closed 5 years ago

BarneyChambers commented 5 years ago

Thanks for the API. I have cloned and run this code, but it seems that for some reason your example.php file cannot find the daemonRPC class? When running the code I get this error

Fatal error: Uncaught Error: Class 'daemonRPC' not found in /var/www/html/monerophp/example.php:11 Stack trace: #0 {main} thrown in /var/www/html/monerophp/example.php on line 11

serhack commented 5 years ago

Any updates?

BarneyChambers commented 5 years ago

I ended up just making my own API