Changes
- Update README.md
- Renamed to StupidlySimple from Damn Stupid Simple (DSS)
- Moved from stupidlysimple/framework to stupidlysimple/php
- Change PHPDoc
- Change the DSS_PATH constant to SS_PATH
- Introducing the Request class. Response and Request now separated and
support new features - Adding some more examples for controllers, routes and models
- Renaming database
- Updated composer.lock
- Refreshed the interface (so sweet)
Download from MediaFire
Download the framework from MediaFire if you do not want to use Composer:
https://www.mediafire.com/folder/2x9val1hvl6ji/0.4.0
Extract the zip file and no update will be required
Download using Composer
composer create-project stupidlysimple/php myproject
Navigate to myproject directory and update
cd myproject
composer update
Download from source
Download the framework from source (from links below) and update using Composer
composer update