Stupidlysimple Php Versions Save

StupidlySimple Framework for PHP - MVC Framework for lazy developers

v0.4.0

7 years ago

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

v0.3.2

7 years ago
  • Adding support for PHP -S, Nginx, and HHVM
  • Fixed the TestService
  • Fixed the router (fixed uri, added mime_types and handling files with router)

v0.3.1

7 years ago
  • remove unnecessary fully qualified namespaces
  • added TimeTrackr, init at bootstrap
  • added the TimeTrackr config file
  • added route groups

If you download the zip file, do:

composer update

v0.3.0

7 years ago
  • Added the routes config (web, api etc)
  • Added basic CRUD on admin home page
  • Composer.json update
  • Added Service directory in /app/
  • Added User controller and removed the Posts controller
  • Added timezone on bootstrap
  • Added load services on bootstrap
  • Added some pages on home and admin page

v0.2.0

7 years ago

Changes:

  • Added Alias Manager
  • Interface change
  • Moved resources file to /resources
  • Added Lato and Monserrat font