https://github.com/mintyphp/mintyphp
A refreshingly different PHP web framework that is easy to learn
https://github.com/mintyphp/mintyphp
Last synced: about 2 months ago
JSON representation
A refreshingly different PHP web framework that is easy to learn
- Host: GitHub
- URL: https://github.com/mintyphp/mintyphp
- Owner: mintyphp
- License: mit
- Created: 2013-10-20T02:37:55.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-12-18T07:17:52.000Z (3 months ago)
- Last Synced: 2025-12-21T15:34:03.149Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 2.04 MB
- Stars: 54
- Watchers: 11
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
MintyPHP
MintyPHP aims to be a full-stack PHP 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](https://mintyphp.github.io/installation/) /
[Documentation](https://mintyphp.github.io/docs/)
## External links
- [MintyPHP v3 is released](https://tqdev.com/2022-mintyphp-v3-is-released)
- [MintyPHP now on packagist!](https://tqdev.com/2018-mindaphp-now-on-packagist)