Skip to content

YaRouter is a very simple PHP router. It does exactly one thing; routs URL's to views.

License

Notifications You must be signed in to change notification settings

sageworksstudio/ya-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YaRouter

YaRouter is (yet another) PHP router. It's built to be simple and easy to use with minimal configuration.

It does one thing only. It routs URI/URL requests (Such as: https://example.com/foo) to a view/template (Such as: /path/to/view/foo.html). Keeping your URLs clean and friendly!

Installation

Via composer.json

{
    "require": {
        "digi-brains/ya-router" : "<a specific release or 'dev-master'>"
    }
}

Read The Documentation

About

YaRouter is a very simple PHP router. It does exactly one thing; routs URL's to views.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages