What is the best way to use libraries downloaded by Composer along with Zend Framework 1?
I saw the next link , explaining how to do this procedure however in a way that does not seem to be much correct.
In a comment it is said to leave the vendor folder in the root of the project, and to use the Zend autoloader.
How to use autoloader
for this purpose? Or should I use require_once
?