pmjones on Reddit suggested that I add a composer.json and set up autoloading through it, instead of using require-once.
I need to see if there's a way that I can leave a commented out require_once() so that people who don't want the autoloading can do the require_once() instead.