Add composer based package autoloading to any php project just as you would with Laravel.
Simply define what you want to be discovered and whenever composers autoload dump runs, Php Discover will cache the classes you want discovered for you to consume within your application.