I've been trying to replicate this Geocaching API example by Surfoo. I dropped the files on my server and now I'm getting:
Warning: require(/geocaching/vendor/autoload.php): failed to open stream: No such file or directory in /geocaching/index.php on line 6
This file isn't anywhere to be seen with the downloaded example and I haven't heard anything back from the owner yet. So is this simply a missing file or is this a file I need to build myself to load the appropriate code? I know CakePHP uses vendors and the like but I have no idea how to implement that.