• SleekPHP is a lightweight MVC framework that lets you rapidly create robust websites and applications

    SleekPHP's core is a mere 50kb but gives you a handy set of tools to create your own site (or extend some of these).

    Download SleekPHP

  • SleekPHP is extremely modular and extensible

    Almost everything in SleekPHP can be extended; from modules, pages, config and routes to styles and entire sites.

    Every core module is built to be as generic and stable as possible to allow you to focus on what is specific to your site.

    Browse Modules

  • Some of SleekPHP's many features

    • Very modular design
    • Infinitely extensible
    • SleekBase is built on html5boilerplate.com
    • Very "front-end" friendly (full control over all your code)

    Read the Docs

  • 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.

    Get started

  • 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.

    Learn more about modules

  • 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!

    Head over to the docs