nerufio/nerufio

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP Framework

3.0.4 2015-09-15 17:16 UTC

This package is not auto-updated.

Last update: 2018-09-29 12:27:07 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License Build Status

Nerufio it is simple PHP framework, released under the new BSD license. Easy to use, enjoy!

Nerufio uses Twig, HTMLPurifier as default.

Requirements

  • PHP 5.3 or greater

  • Twig 1.14.x

  • Twig extensions 1.0

  • HTMLPurifier 4.5.x

Directory structure

  application/
              Config/
              Controllers/
              Ext/
              Files/
                    __cache/
                    __files/
                            styles/
                                  default/
                    __lang/
                          xml/
                              en/
              Interfaces/
              Models/
              Modules/
                      Module/
                            Controllers/
                            Models/
                            Views/
              Odm/
                  Models/
              Runtime/
                      Log/
              Views/
                    __tpl/
  vendor/

Installation

Composer

php composer.phar require "nerufio/nerufio:*"

License

New BSD License

(c) Ilya Krasheninnikov "Merlin" 2012-2016