I have downloaded a library (not a Yii core extension). I want to add this libray to Yii framework 2.0.
I have read this article under the section "Installing Extensions Manually" but I could not get it to work. Below is the structure of my downloaded library:
\mandrill
\mandrill
\src
Mandrill.php
The Mandrill
class lives in Mandrill.php
and does not have a namespace. How can I add this library to Yii framework 2.0 and how to register this library's class manually?