Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 705 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 705 Bytes

MintyPHP MintyPHP

MintyPHP aims to be a full-stack PHP 7 (or 8) framework that is:

  • Easy to learn
  • 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.

Download / Documentation

External links