I have made my own php MVC framework and have also written its documentation. It is about 80% complete. Now basically I am looking for a way so that other developers should be able to analyze my code and possibly join hands for its further development and improvement and also they should be able to browse through the documentation (html files).
I know about google app engine, but it is currently and mainly for python. So where should i upload my php code which should be runnable and the documentation (html files) browseable?
Github comes to mind. It’s free for Open Source projects, and supports a lot of “social coding” functions.
If you prefer Subversion Version Control, take a look at Google Code.
HTML Hosting
Github can even host static HTML pages:
Running PHP
Running PHP files is not possible neither on Github, nor Google Code. I don’t know any free, ad-free PHP hosting offers that are worth their salt – probably because of the huge danger of misuse. If it’s an option at all, I think the best thing to do is chip in a few dollars/euros and get a small commercial hosting package somewhere.