Getting Started with Simply-Web #
Simply-Web is a lightweight, in-development and fun framework built on top of PHP. I have made this in my spare time and run weird things on it. It is not meant to be used in production for security reasons – however if you are running a static web application (such as a landing page, personal static site), then this is perfectly fine.
We are not responsible for any damages or errors if your web applications built with Simply-Web is compromised or broken.
As of writing (Feb 21, 2026) the following features has been added:
- MVC (Model View Controller) model
- Templating Engine
- Email Service (Simply SMTP)
- API Manager (create new API routes easily)
- Accounts (Middleware)
- Simple Domain-Whitelist feature