PHP Compiler (or just PHPC) is my another biggest hobby aside from the Simpsons.

It's a bunch of scripts written in PHP that can make creation of a new website much easier for a webmaster. A thing like that is usually called
framework - a carcass of your future project, a tool to build a website.
Features:
- It's small and works really fast comparing to its analogues.
- It has its own templates engine, which makes the process of creating complex designs much easier.
- It supports big amount of various mods, like News, Guestbook, Polls, Search etc.
- It has a convenient adminpanel and a friendly installer.
- It has many other features useful for programming (short URLs, i18n, BB codes, sessions, styles etc).
Requirements:
- PHP and MySQL support.
- A separate virtual host (also a domain or a subdomain) on your server.
- A clean MySQL database for your project.
- "mod_rewrite" Apache plugin should be enabled on your server.
The engine is far from being finished, so I keep working on it. The latest stable release is 2.4.4, you can download it
here (120 Kb). Just unzip it into your virtualhost directory and open the site in your browser, an installer should run. I realize that most of the people here aren't programmers, but still, maybe someone will be interested.
Many websites are powered by PHPC by now, but most of them are in Russian. From English-spoken projects, I can remember only two: Marco's
Simpsons: Realities and my humble
Lisa's Wings.

Sadly, the engine documentation also exists only in Russian. I'm planning to translate it someday, though right now I'm busy enough with the engine itself. If you have any questions, feel free to ask.
