Helium
Helium is a PHP MVC framework
Helium is a light-weight PHP MVC framework that is designed to be painless to install, simple to use, and highly extensible and scalable. It is built for a standard LAMP stack and is installable and configurable from the command line.
To get the framework from the command line:
- wget http://repo.phphelium.com/keys/helium.gpg.key http://repo.phphelium.com/apt/debian/helium.list
- apt-key add helium.gpg.key
- mv helium.list /etc/apt/sources.list.d/
- apt-get install helium-base