ShortPHP is a ridiculously small, ultra-light open source PHP web framework released under [undecided] license. It is hacked together in as few lines of code as possible.
Features:
> Incredibly small: less than 8 KB download in size, 2-3 files, 2 folders
> Easy to deploy: You just upload the files and start editing your content/files/php – no configuration neccessary – no database neccessary
> Flexible: you can use it with any library you like. You can use it to build robust AJAX applications or simple 3-page pure text websites.
> Secure: At least that’s the goal – there isn’t much code, so that should be reachable
> E_STRICT compliant: High-quality ugly-code

