2017 © Pedro Peláez
 

library nono

The no nonsense php micro framework

image

nimmneun/nono

The no nonsense php micro framework

  • Thursday, March 8, 2018
  • by nimmneun
  • Repository
  • 2 Watchers
  • 1 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

nono

Build Status Scrutinizer Code Quality Code Coverage, (*1)

<?php require_once '../vendor/autoload.php';

// instantiate new app
$app = new \Nono\Application();

// add route with controller::method action
$app->post('/profile', 'ProfileController::create');

// or using a closure as action
$app->get('/{name}?', function ($request, $name = 'World') {
    echo "Hello {$name}!";
});

// run app and generate output
$app->respond();

The Versions

08/03 2018

dev-master

9999999-dev

The no nonsense php micro framework

  Sources   Download

MIT

The Requires

  • php >=5.6 <8

 

The Development Requires

by Stefan

08/03 2018

0.0.6

0.0.6.0

The no nonsense php micro framework

  Sources   Download

MIT

The Requires

  • php >=5.6 <8

 

The Development Requires

by Stefan

08/03 2018

dev-parse-console-commands-into-superglobal

dev-parse-console-commands-into-superglobal

The no nonsense php micro framework

  Sources   Download

MIT

The Requires

  • php >=5.6 <8

 

The Development Requires

by Stefan

14/02 2018

0.0.5

0.0.5.0

The no nonsense php micro framework

  Sources   Download

MIT

The Requires

  • php >=5.6 <8

 

The Development Requires

by Stefan

14/02 2018

dev-plain-request-content

dev-plain-request-content

The no nonsense php micro framework

  Sources   Download

MIT

The Requires

  • php >=5.6 <8

 

The Development Requires

by Stefan

14/02 2018

0.0.4

0.0.4.0

The no nonsense php micro framework

  Sources   Download

MIT

The Requires

  • php >=5.6 <8

 

The Development Requires

by Stefan

14/02 2018

dev-fix-issues-with-request

dev-fix-issues-with-request

The no nonsense php micro framework

  Sources   Download

MIT

The Requires

  • php >=5.6 <8

 

The Development Requires

by Stefan

25/01 2018

0.0.3

0.0.3.0

The no nonsense php micro framework

  Sources   Download

MIT

The Requires

  • php >=5.6 <8

 

The Development Requires

by Stefan

22/01 2018

0.0.2

0.0.2.0

The no nonsense php micro framework

  Sources   Download

MIT

The Requires

  • php >=5.6 <8

 

The Development Requires

by Stefan