stupidlysimple/php
StupidlySimple Framework for PHP - MVC Framework for lazy developers
5 Releases
Latest: 9y ago
Release: version 0.4.0v0.4.0Latest
๐ 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
๐ 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
๐ 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
๐ 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
๐ Changes
- Added Alias Manager
- Interface change
- Moved resources file to /resources
- Added Lato and Monserrat font
