phpCornerstone

phpCornerstone

A lightweight php framework by MadLab.com

Download phpCornerstone

What is phpCornerstone?

phpCornerstone is a lightweight PHP framework that focused on code organization, intelligent routing, and facilitating DRY principles.

How do I get support?

phpCornerstone is free, open source software but if you need paid support contact MadLab and we'd be happy to help you.

Who is behind phpCornerstone

phpCornerstone is maintained by MadLab, LLC. Nick Ashley is the lead programmer and Robert Gentel occasionally contributes to the project.

How can I contribute?

We welcome anyone who wants to help. Please head over to phpCornerstone on GitHub if you would like to contribute.

Getting Started

  1. Download phpCornerstone and unzip to a directory where you can run PHP 5.3+
  2. Install dependencies by running composer install in the root directory
  3. Give write permissions for the storage directory: chmod -R 777 storage

That's it! Load it in your browser and you should see the same page you see at phpCornerstone.com. If you have any problems see the documentation.