GitPedia
stupidlysimple

stupidlysimple/php

StupidlySimple Framework for PHP - MVC Framework for lazy developers

5 Releases
Latest: 9y ago
Release: version 0.4.0v0.4.0Latest
farizluqmanfarizluqmanยท9y agoยทFebruary 15, 2017
GitHub

๐Ÿ“‹ 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
  • + 3 more

๐Ÿ“ฆ 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
  • ```
Release: version 0.3.2v0.3.2
farizluqmanfarizluqmanยท9y agoยทFebruary 1, 2017
GitHub

๐Ÿ“‹ Changes

  • Adding support for PHP -S, Nginx, and HHVM
  • Fixed the TestService
  • Fixed the router (fixed uri, added mime_types and handling files with router)
Release: version 0.3.1v0.3.1
farizluqmanfarizluqmanยท9y agoยทJanuary 22, 2017
GitHub

๐Ÿ“‹ Changes

  • remove unnecessary fully qualified namespaces
  • added TimeTrackr, init at bootstrap
  • added the TimeTrackr config file
  • added route groups
Release: version 0.3.0v0.3.0
farizluqmanfarizluqmanยท9y agoยทJanuary 20, 2017
GitHub

๐Ÿ“‹ Changes

  • 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
Release: version 0.2.0v0.2.0
farizluqmanfarizluqmanยท9y agoยทJuly 12, 2016
GitHub

๐Ÿ“‹ Changes

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