Skip to content

Commit

Permalink
Merge pull request #842 from panique/develop
Browse files Browse the repository at this point in the history
better wording, also added link to MINI3
  • Loading branch information
panique committed Jan 20, 2017
2 parents b215315 + 610abb7 commit 4df901c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Just a simple user authentication solution inside a super-simple framework skele
(and comes with an auto-installer), using the future-proof official bcrypt password hashing/salting implementation of
PHP 5.5+, plus some nice features that will speed up the time from idea to first usable prototype application
dramatically. Nothing more. This project has its focus on hardcore simplicity. Everything is as simple as possible,
made for smaller projects, typical agency work and quick pitch drafts. If you want to build massive corporate
made for smaller projects, typical agency work and quick drafts. If you want to build massive corporate
applications with all the features modern frameworks have, then have a look at [Laravel](http:https://laravel.com),
[Symfony](http:https://symfony.com) or [Yii](http:https://www.yiiframework.com), but if you just want to quickly create something
that just works, then this script might be interesting for you.
Expand Down Expand Up @@ -106,7 +106,9 @@ without any configuration.
And why the name "HUGE" ? It's a nice combination to
[TINY](https://github.com/panique/tiny),
[MINI](https://github.com/panique/mini) and
[MINI2](https://github.com/panique/mini2), some of my other older projects. :)
[MINI2](https://github.com/panique/mini2),
[MINI3](https://github.com/panique/mini3),
which are some of my other older projects. Super-minimal micro frameworks for extremely fast and simple development of simple websites.

### Features <a name="features"></a>
* built with the official PHP password hashing functions, fitting the most modern password hashing/salting web standards
Expand Down

0 comments on commit 4df901c

Please sign in to comment.