Similar to the poster on ZF2: autoloading libraries without namespaces, I need to load a non-namespaced library without composer.
Specifically, I need to load HybridAuth into Zend Framework 2. I intend to use the submodule: https://github.com/heiglandreas/HybridAuth to interface with my application.
Do I need to create a classmap file?