├── .gitignore ├── LICENSE ├── README.md ├── composer.json └── src └── Router.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeitworkpress/wp-router/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeitworkpress/wp-router/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeitworkpress/wp-router/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeitworkpress/wp-router/HEAD/composer.json -------------------------------------------------------------------------------- /src/Router.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeitworkpress/wp-router/HEAD/src/Router.php --------------------------------------------------------------------------------