Who is SleekPHP for?
If you're a developer who likes to have full control over your code but at the same time get a lot of basic, stable functionality for free, SleekPHP is for you.
SleekPHP encourages a very modular separation of code where every part of your site has its own directory for PHP, TPL, CSS, JS and images. SleekPHP also uses SASS and Markdown.
How does it help me?
SleekCore takes care of your routing (nice URLs with or without mod_rewrite), user-handling (all kinds of information about your visitors) and a lot more under the hood.
Your site can extend SleekBase which is built on html5boilerplate.com and comes with plenty of useful modules such as GoogleAnalytics, GoogleSearch and more.
How is it different?
SleekPHP is extremely lightweight (~50kb and 15 core classes), but the actual functionality and what you will most likely build your site on are the different Sites, Modules and Styles found on this site.
If you know some basic PHP, HTML, CSS and perhaps some JS it's super easy to create your own components for your own site as well!


