I like to use autoload in TYPO3 6.0< for external classes e.g. Symfony\Component\Yaml
.
Is there an easier way to create an autoload than ext_autoload.php? The library I what to use have very much classes to define if using ext_autoload.
Thanks in advance!