I have installed prewk/xml-string-streamer
using Composer into my Xampp PHP install, which lists the installation quite happy through the xampp command line. However when I try to use the package, PHP bugs out the same as it did before the install. I'm trying to do the following:
$streamer = Prewk\XmlStringStreamer::createStringWalkerParser($filename);
as in the xml-string-streamer docs.
I feel I'm missing something obvious, and am aware this might be a specific problem with my setup, but I'm hoping I've missed a step or something.