Skip to content

Commit 5b7ad60

Browse files
committed
update
1 parent 57f9e8b commit 5b7ad60

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

00-about.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: page
3+
title: About
4+
permalink: /
5+
---
6+
7+
MintyPHP aims to be a full-stack framework that is:
8+
9+
1. Easy to learn (and debug)
10+
2. Secure by design
11+
3. Light-weight
12+
13+
By design, it does:
14+
15+
1. … have one variable scope for all layers.
16+
2. … require you to write SQL queries (no ORM).
17+
3. … use PHP as a templating language.
18+
19+
Mainly to make it easy to learn for PHP developers.
20+
21+
<br/><a href='/installation/' style="text-decoration: none; color: white; background-color: #51d927; padding: 10px 20px;">Download</a>

01-installation.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: page
3+
title: Installation
4+
permalink: /installation/
5+
menu: true
6+
---
7+
8+
MintyPHP is simple and easy to install. The minimum requirements are a web server and a copy of MintyPHP, that’s it! MintyPHP will run on a variety of web servers and operating systems.
9+
10+
## Requirements
11+
12+
- Apache or nginx (rewrite is not required)
13+
- PHP 5.4.0 or greater
14+
- mysqli PHP extension
15+
16+
While a database engine isn’t required, most applications will utilize one. MintyPHP supports MariaDB (and other MySQL compatible databases).
17+

0 commit comments

Comments
 (0)