Openinviter For Yii

I’m trying to integrate openinviter script in my project…

My question is where do I place openinviter in my project, what is the standard way to implement…?

I had implemented RSS feed using simplepie. I made a vendor folder under protected.

I configured it as

‘application.vendors.*’,

and i called it as…

require_once(‘simplepie.php’);

$feed = new SimplePie();

But i can’t do this with openinviter

https://github.com/s...ash/OpenInviter

here is the link…

we have postinstall.php through which we can install openinviter in the project…

and we have example.php which has already implemented methods to invite friends etc…

So please can anybody tell me where should i place openinviter folder in my project.

Thanks