|
1 | | -#A simple Router for PHP App using PSR-7 message implementation |
| 1 | +#A simple Router for PHP App using PSR-7 message implementation |
2 | 2 |
|
| 3 | +## Installation |
| 4 | + |
| 5 | +Use [Composer](https://getcomposer.org/) |
| 6 | + |
| 7 | +### Composer Require |
| 8 | +``` |
| 9 | +composer require devcoder-xyz/php-router |
| 10 | +``` |
3 | 11 |
|
4 | 12 | ## Requirements
|
5 | 13 |
|
@@ -104,4 +112,4 @@ echo $router->generateUri('api_articles', ['id' => 1]);
|
104 | 112 |
|
105 | 113 | Ideal for small project
|
106 | 114 | Simple and easy!
|
107 | | -[https://github.com/devcoder-xyz/php-router](https://github.com/devcoder-xyz/php-router) |
| 115 | +[https://github.com/devcoder-xyz/php-router](https://github.com/devcoder-xyz/php-router) |
0 commit comments