mintyphp/mintyphp

A refreshingly different PHP web framework that is easy to learn

v3.0.4 2022-11-22 19:23 UTC

This package is auto-updated.

Last update: 2024-03-22 21:13:46 UTC


README

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