Files
nibiru-framework.com/README.md

2.7 KiB

Nibiru

Version 0.1 beta

Introduction

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, etc.. 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.

Currently supported features


  • Controller, Model, View ( already tested )
  • Smarty template engine ( already tested )
  • Dwoo template engine ( untested )
  • Twig template engine ( untested )
  • PDO adapter to the MySQL database
    1. read datasets from a complete table
    2. read datasets by selection from a table
    3. write datasets by array into a table
  • Bootstrap template of a dashboard
  • Example page, on how to setup a View and Controller
  • Example page, on how to setup a navigation with a json file
  • Debugbar access through the configuration, sould be set to true in order to use it

In progress for the next version

  • framework documentation
  • class documentation
  • soap interface to a given SOAP server
  • Dwoo tempalte eninge tests
  • Twig tempalte eninge tests
  • Improved routing

Update

Version 0.2 beta 19.07.2017

  • Dispatcher update now supports actions within Controllers
  • Main Framework call moved to the framework file
  • Added support for ODBC in a basic Postgress class
  • Updated the router and added a static printstufftoscreen call

Still in progress for the next version

  • framework documentation
  • class documentation
  • soap interface to a given SOAP server
  • Dwoo tempalte eninge tests
  • Twig tempalte eninge tests
The start is done, have success with PHP prototyping, and always remember to have fun!

Author: Stephan Kasdorf