PHPackages                             zhukmax/simple-router - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. zhukmax/simple-router

Abandoned → [zhukmax/waymark](/?search=zhukmax%2Fwaymark)Library

zhukmax/simple-router
=====================

Router for php7.1+ projects

3.0.0(5y ago)128Apache-2.0PHPPHP &gt;=7.1.0

Since Jan 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ZhukMax/Waymark)[ Packagist](https://packagist.org/packages/zhukmax/simple-router)[ RSS](/packages/zhukmax-simple-router/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (9)Dependencies (1)Versions (9)Used By (0)

Waymark
=======

[](#waymark)

[![Latest Version on Packagist](https://camo.githubusercontent.com/42ab5c0a18d876c90af55c59f3e33dc50b68a2f0000906819b2cb7e356b9ffff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a68756b6d61782f7761796d61726b2e737667)](https://packagist.org/packages/zhukmax/waymark)[![Software License](https://camo.githubusercontent.com/0a0ca23a96ca48f9f74adc69c60c9bff98ac5e879272869ec158330b439c556e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d417061636865253230322d627269676874677265656e2e737667)](license.md)[![Total Downloads](https://camo.githubusercontent.com/93a11b050f4c18fdf220cf58abd7e1993105d93b58be499736f834343cc7fd0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a68756b6d61782f7761796d61726b2e737667)](https://packagist.org/packages/zhukmax/waymark)

Waymark is a router for php7.1+ projects like API.

Install
-------

[](#install)

Using composer:

```
$ composer require zhukmax/waymark
```

Using
-----

[](#using)

If you need Template engine in your project you can use your favorite like I use Twig in example, but if you need only json/csv responces then just use Waymark without any Template engine.

```
