Welcome to the Simplicity PHP Framework
The Simplicity PHP Framework is a lightweight modular web development framework released under the MIT licence.
Simplicity is designed with a tight core providing centralized configuration, caching, auto loading, session handling, and a simple ORM. All other functionality is provided by modules which can be loaded in module chains. Each application can have multiple chains.
Many modules are available by default including MVC support, advanced routing, templating and simple authentication.
Writing Simplicity modules is very easy, and once written you will be able to distribute them using our servers (coming very soon...)
Get the code
It is still in heavy development but I'm looking to get a release out before the end of the month, this site is purely due to
the efforts of some collegues who want access to the code. ;)
You can get access to the public git repo. using any of the following:
-
git clone git://simplicityphp.com/simplicity.git
-
git clone git://repo.or.cz/simplicity.git
-
git clone http://repo.or.cz/r/simplicity.git
And for those who don't have git, you can grab the nightly tarball
http://releases.simplicityphp.com/simplicity_nightly.tar.gz
Updates
I will keep the blog here up-to-date but Simplicity is on Twitter (@simplicityphp) and identi.ca (@simplicityphp) so follow us for the latest news.
