Yeoman and PHP files?

Is there any way to configure Yeoman (latest version: v0.9.6) to serve php files?
I found this http://fgnass.github.com/2012/08/30/yeoman.html but couldn't get it working.
All i got is the browser downloading each php file instead of rendering it.
Any help is greatly appreciated!
EDIT:
Yeoman 1.0 has been launched. I haven't tried using php with it yet but would still like to know if it is possible.


Solution:

I just wrote a blog post on Using Yeoman 1.0beta3 with PHP. It seems http://fgnass.github.com/2012/08/30/yeoman.html is not updated for yeoman 1.0.
My code is available on Github. You can look into the git commit for the whole set of changes required for serving php files.
Currently I updated only for connect/livereload tasks. I am working on updating it for build, usemin and other tasks.
UPDATE : 1
It seems there is an easy workaround with grunt-php.
I haven't used it, but will update once I used it.
Thanks,
Revath


http://stackoverflow.com/questions/14167197/yeoman-and-php-files