From 43c74b01ce677a89b949785fd2f42eca4a5104b6 Mon Sep 17 00:00:00 2001 From: alllinux Date: Fri, 16 Jun 2017 11:37:56 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab084e2..61b5376 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# Nibiru \ No newline at end of file +# Nibiru + +Nibiru is a rapid prototyping framework written in PHP and based on the MVC design pattern. Now one may say that writing another framework is not cool because there are so many, such as Symphony, ZendFramework ( where as I have prefered the first version of that framework ), Laravel. But let's be honest they are complete overkill for smaller projects and are not fit to quick start your "own" development. + +That is why I have started my own little framework and am happy to provide the first version of Nibiru, in the version 0.1, there is still a lot of work to be done in refactoring the core features for the View, Controller and the main Template Engine Implementation. + +But for now the start is done. And always remember, have fun!