 PHP is the [Open Source] world’s closest equivalent to Active Server Pages. The base source could be compiled on nearly any platform and there were bindings for a wide variety of HTTP servers, although it is more closely tied to Apache and Linux. I decided to stop using it a long while ago and move on, but it’s still quite popular. ### Resources
| Category | Date | Link | Notes |
|---|---|---|---|
| Compilers | 2022 | Pharen | A LISP that compiles down to PHP. |
| Frameworks | 2024 | Oink | A single-file API wrapper |
| 2022 | Mojavi | one of many MVC frameworks for PHP | |
| Popoon | another Cocoon-inspired library, for PHP5 | ||
| Cake | a Rails-inspired framework | ||
| Libraries | 2010 | eAccelerator | another optimizer |
| IlohaMail | neat and efficient webmail | ||
| phpHtmlLib | excellent base toolkit | ||
| Propel | an object persistence library. | ||
| Turck MMCache | a free Zend-like optimizer | ||
| log4php | a port of the log4j Java logging framework | ||
| Servers | 2010 | Nanoweb | PHP as its own HTTP server. |