-
Notifications
You must be signed in to change notification settings - Fork 0
Router
John Aldrich Bernardo edited this page Feb 12, 2018
·
2 revisions
Instantiating a Calf Router is easy as 1, 2, 3
<?php
require("./vendor/autoload.php");
use \Calf\HTTP\Router as Router;
$router = new Router();
and so running it.
<?php
$response = $router->dispatch();
The calf
is open-sourced software licensed under the MIT license.