Introduction

StupidlySimple Framework is a Model View Controller (MVC) framework based on PHP. The framework is integrated with Composer.

Composer is a tool for dependency management in PHP. It allows you to download packages or libraries other developers have created and you can include it on your project. DSS framework relies on Composer to download and update packages so we do not have to rewrite codes again and again.

The DSS framework's objective is to provide a simple PHP framework for rapid development.

Installing Composer on Windows

To install Composer on Mac OS X or Linux

Installing StupidlySimple framework using Composer

To install the framework through composer, type this on the Command Prompt / Terminal

                            composer create-project stupidlysimple/php myproject
                        
Fork me on GitHub