Releases: stupidlysimple/php
Releases · stupidlysimple/php
Release: version 0.4.0
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
Release: version 0.3.2
- 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.1
- 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
Release: version 0.3.0
- 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.0
Changes:
- Added Alias Manager
- Interface change
- Moved resources file to /resources
- Added Lato and Monserrat font