如何为php项目设置Doctrine 2?

I'm trying to set up 'PartKeepr', but keep getting the error at the prerequisites:

Doctrine needs to be installed and in the PHP include_path.

Doctrine\Common\ClassLoader was not found

I have installed Doctrine through Composer in C drive

Screenshot

I did include_path in php.ini file but didn't work. What path i have to include and how to resolve the issue? Please help

After a long search, I came to know that we cannot run partkeepr directly on windows. We have to use Virtual Machine Image. And secondly we have to install doctrine2 through pear and not composer.