Autoload without Composer
markroland opened this issue · 2 comments
markroland commented
I'm trying to use this in a legacy application that doesn't use Composer. Can you provide an example of how to use this without Composer's autoloading?
bradchesney79 commented
Go see it on the sourceforge ( http://phpqrcode.sourceforge.net/ ), instructions for old school loading there. If I remember correctly it was just making the library available to your PHP process and including/requiring the one file, qrlib.php, in your script.
markroland commented
Thank you for the response, I appreciate it. I was trying that but not having success. I've ended up using a different library.