Skip to content

Commit 94ae642

Browse files
author
Fad M.R
committed
wMerge branch 'master' of github.com:devcoder-xyz/php-router
2 parents 7e188d9 + 38f388b commit 94ae642

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
#A simple Router for PHP App using PSR-7 message implementation
1+
# A simple Router for PHP App using PSR-7 message implementation
22

3+
## Installation
4+
5+
Use [Composer](https://getcomposer.org/)
6+
7+
### Composer Require
8+
```
9+
composer require devcoder-xyz/php-router
10+
```
311

412
## Requirements
513

@@ -104,4 +112,4 @@ echo $router->generateUri('api_articles', ['id' => 1]);
104112

105113
Ideal for small project
106114
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

Comments
 (0)