I know that the sample code is labeled as CLI-only (and the errors in my browser vs command line confirm it), but is it possible to use the PHP library to make a webapp at all? Or am I going to have to monitor output from an exec() call and translate that to my client?
I haven't been able to find any example code of things that work from the browser, but am hoping that I'm just missing something. My CLI tests are all working fine, it's just the browser that has me stumped at the moment.
Thanks for the help!