0
How best to use libraries downloaded by Composer together with Zend Framework 1?
I saw in the following link, explaining how to do this but in a way that does not seem to be very correct.
In a comment is spoken of leaving the vendor folder on root of the project, and use the Zend autoloader.
How to use the autoloader
for this purpose? Or should I use require_once
?