About
MintyPHP aims to be a full-stack framework that is:
- Easy to learn (and debug)
- Secure by design
- Light-weight
By design, it does:
- … have one variable scope for all layers.
- … require you to write SQL queries (no ORM).
- … use PHP as a templating language.
Mainly to make it easy to learn for PHP developers.