Skip to content

Commit 66f1388

Browse files
committed
link to MINI3
1 parent 73daab4 commit 66f1388

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,16 @@ mod_rewrite in nearly every environment. Not suitable for live sites, but nice f
3535
MINI also has a bigger brother, named [MINI2](https://github.com/panique/mini2). It's even simpler, has been built
3636
using Slim and has nice features like SASS-compiling, Twig etc.
3737

38+
### MINI3
39+
40+
[MINI3](https://github.com/panique/mini3) it the successor of MINI,
41+
using the original MINI1 native application structure (without Slim
42+
under the hood), but with proper PSR-4 autoloading, multiple model
43+
classes and real namespaces.
44+
3845
## Requirements
3946

40-
- PHP 5.3.0+, works fine with current stable versions PHP 5.6 and 7.0
47+
- PHP 5.3.0+ (when first released), now it works fine with current stable versions PHP 5.6 and 7.0
4148
- MySQL
4249
- mod_rewrite activated (tutorials below, but there's also [TINY](https://github.com/panique/tiny), a mod_rewrite-less
4350
version of MINI)

0 commit comments

Comments
 (0)