sageworksstudio/ya-router

Simple PHP Router.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/sageworksstudio/ya-router

v1.6.2 2020-06-25 00:01 UTC

This package is auto-updated.

Last update: 2025-10-25 12:23:54 UTC


README

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