Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
IngeniozIT committed Dec 13, 2023
1 parent 0c23758 commit fb65b93
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

A PHP router.

## About

| Info | Value |
|---|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Latest release | [![Packagist Version](https://img.shields.io/packagist/v/ingenioz-it/router)](https://packagist.org/packages/ingenioz-it/router) |
| Requires | ![PHP from Packagist](https://img.shields.io/packagist/php-v/ingenioz-it/router.svg) |
| License | ![Packagist](https://img.shields.io/packagist/l/ingenioz-it/router) |
| Unit tests | [![tests](https://github.com/IngeniozIT/router/actions/workflows/1-tests.yml/badge.svg)](https://github.com/IngeniozIT/router/actions/workflows/1-tests.yml) |
| Code coverage | [![Code Coverage](https://codecov.io/gh/IngeniozIT/router/branch/master/graph/badge.svg)](https://codecov.io/gh/IngeniozIT/router) |
| Code quality | [![code-quality](https://github.com/IngeniozIT/router/actions/workflows/2-code-quality.yml/badge.svg)](https://github.com/IngeniozIT/router/actions/workflows/2-code-quality.yml) |
| Quality tested with | [phpunit](https://github.com/sebastianbergmann/phpunit), [phan](https://github.com/phan/phan), [psalm](https://github.com/vimeo/psalm), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), [phpstan](https://github.com/phpstan/phpstan), [phpmd](https://github.com/phpmd/phpmd), [infection](https://github.com/infection/infection), [rector](https://github.com/rectorphp/rector) |

## Installation

```bash
composer require ingenioz-it/router
```

## Documentation

### Configuring the Router
Expand Down

0 comments on commit fb65b93

Please sign in to comment.