PHP code example of infrajs / router

1. Go to this page and download the library: Download infrajs/router library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

infrajs / router example snippets


use infrajs\router\Router;
use infrajs\path\Path;
if (!is_file('vendor/autoload.php')) {
	chdir('../../../'); //Путь до корня проекта с папкой vendor/
	

use infrajs\path\Path;

$src = Path::theme('-test/test.php'); //vendor/test/test.php

if (!is_file('vendor/autoload.php')) {
	chdir('../../../');
	

if (!is_file('vendor/autoload.php')) chdir('../');
vendor/autoload.php
vendor/infrajs/router/index.php
json
{
	"router":{
		"404":"index.php"
	}
}