Skip to content

collectivism/router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

router Build Status

Installation

Add this to your composer.json and run composer install.

  "require": {
    "collectivism/router" : "dev-master"
  }

Usage

use \Collectivism\Router;

Route::get('/foo/bar', __DIR__ . '/foo/bar.php');
Route::post('/foo/bar', __DIR__ . '/foo/bar.php');

Route::get('/foo/baz', __DIR__ . '/foo/baz.php');

Router::start();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages