2017 © Pedro Peláez
 

project mini-nova

Mini MVC Framework for PHP 5.6+

image

nova-framework/mini-nova

Mini MVC Framework for PHP 5.6+

  • Wednesday, June 6, 2018
  • by daveismyname
  • Repository
  • 2 Watchers
  • 3 Stars
  • 9 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

Mini-Nova

Mini-Nova is a smaller version of Nova and twice the speed. Perfect for simple sites and API's., (*1)

Not included with Mini-Nova

  • Cron
  • Encrypted sessions (Cookies and Sessions are included)
  • Exception Service
  • Forensics
  • HTML (class)
  • Implicit Controllers into Routing
  • Modules
  • Resource Routes
  • Support for SQLite, PostgreSQL and SQL Server
  • Themes
  • Whoops! (replaced by a simpler Handler)

Notable Changes

Assets should be placed inside the webroot folder., (*2)

Layouts files exist in App\Views\Layouts this folder is where all layout files should be placed., (*3)

->withStatus() removed when Redirect::to('route')->withStatus('message'), (*4)

The Versions

06/06 2018

dev-master

9999999-dev https://github.com/nova-framework/mini-nova

Mini MVC Framework for PHP 5.6+

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • nova-framework/plugin-installer dev-mini
  • nova-framework/mini-system dev-master
  • ramsey/uuid ~3.0

 

The Development Requires