Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raghuveer committed Feb 8, 2021
1 parent 351ea5e commit 4b9c9c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# EARouter
> EARouter is a Simple Request Router, that uses plain Multi-dimensional Arrays of Routes, to handle both Static & Dynamic Routes for PHP based Web Applications & Web Service implementations.

### Getting started
With Composer, run

```sh
composer require easeappphp/ea-router:^1.0.0
`
# Sample Routes
#Login REST API Route
```php
Expand Down

0 comments on commit 4b9c9c2

Please sign in to comment.