2017 © Pedro Peláez
 

library php-router

image

fifths/php-router

  • Wednesday, June 21, 2017
  • by fifths
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

php-route

nginx

    location / {
        try_files $uri $uri/ /index.php?$query_string;
    }
    use \Router\Router;
    Router::get('/', function () {
        echo 'Hello world!';
    });
    Router::dispatch();

The Versions

21/06 2017

dev-master

9999999-dev

  Sources   Download

The Requires

  • php >=5.6.0

 

by Avatar fifths