We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e188d9 + 38f388b commit 94ae642Copy full SHA for 94ae642
README.md
@@ -1,5 +1,13 @@
1
-#A simple Router for PHP App using PSR-7 message implementation
+# A simple Router for PHP App using PSR-7 message implementation
2
3
+## Installation
4
+
5
+Use [Composer](https://getcomposer.org/)
6
7
+### Composer Require
8
+```
9
+composer require devcoder-xyz/php-router
10
11
12
## Requirements
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