Stars: 102
Forks: 61
Pull Requests: 18
Issues: 8
Watchers: 21
Last Updated: 2023-04-17 07:46:05
StupidlySimple Framework for PHP - MVC Framework for lazy developers
License: MIT License
Languages: PHP
Follow us on Facebook.
StupidlySimple Framework is a micro framework built for lazy developers.
Suitable for those who used to develop vanilla projects, while following today's set of standard.
The core is very small in size, yet it contains most of the functions required to rapidly start developing a project. The name itself is obvious.
Release 0.4.0 (Release Notes)
No | Title |
---|---|
1 | Why StupidlySimple? |
2 | Technical Features |
3 | How to Install |
4 | API Documentation |
StupidlySimple requires PHP at least 5.6 to run (with PHPUnit).
Tutorial for installation is available on our website.
Notice: You can also follow this page for clearer instructions: stupidlysimple.github.io
If you do not have Composer installed, please follow this link for Windows, or this link for Mac Os X and Linux.
As soon as you have installed the Composer already, type this on the Command Prompt (or Terminal)
$ composer create-project stupidlysimple/php myproject
or if you acquired the zip/tarball, issue this command on the Command Prompt (or Terminal)
$ composer update
Once the vendor file is created and all of the packages has been uploaded, you can now view the homepage and start programming. (Be sure to update the project always).
Documentations are available on the wiki page.
Note: If you wish to see the Core files, please go to stupidlysimple/core
Want to contribute? Great! Please do not hesitate to contribute to the framework development.
Introducing nightly builds: we are really committed to project that we decided to release nightly builds.
Nightly builds are released more often than the stable build. Eventually a nightly build will be converted to stable.
MIT
This is a work in progress. The README.md will be expanded from time to time.