2017 © Pedro Peláez
 

library routing

NeyDay Routing

image

newday/routing

NeyDay Routing

  • Sunday, February 19, 2017
  • by edcesar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Readme


/* composer require newday/routing:@dev "require": { "newday/routing": "@dev" } index.php */ require_once __DIR__ . '/vendor/autoload.php'; use NewDay\Routing\Router; $app = new Router(); $app->route('/hello', function(){ echo 'Hello New Day Routing!'; }); $app->route('/helloclass', 'Vendor\Controllers\Hello:say'); Cria uma instancia de Hello e executa o metodo say $app->run();

The Versions

19/02 2017

dev-master

9999999-dev https://github.com/edcesar/newday-routing

NeyDay Routing

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Ed Cesar

route routing

19/02 2017

1.0.1

1.0.1.0 https://github.com/edcesar/newday-routing

NeyDay Routing

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Ed Cesar

route routing