使用Composer在Eclipse中使用Symfony

It's been days trying to create A Symfony project using Eclipse PDT with composer feature installed, but an error from composer keeps me from achieving this.

here are the steps i followed to do so:

  1. I Installed Eclipse Standard Kepler version
  2. I Installed PDT plugin, Symfony, Composer ... and all the stuff using this update site (http://p2-dev.pdt-extensions.org/)
  3. I configured PHP executable
  4. I create a new Symfony project, but when I click the finish button, I have the following error

Composer Error

I tracked on the web this error, and found the reason is that the php function : file_get_contents()

I have no idea what to do to solve this issue.

Please help.

PS : by the way i enabled that PHP extension php_openssl and still not workin