Skip to content

Commit

Permalink
miss installing
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 9, 2024
1 parent 5407977 commit bb193d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/parameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

Parameter is a library around parameter-argument which provides additional functionality with validation rules and schema introspection.

## Installing

Parameter is available through [Packagist](https://packagist.org/packages/chevere/parameter) and the repository source is at [chevere/parameter](https://github.com/chevere/parameter).

```sh
composer require chevere/parameter
```

## What it does?

Parameter enables to spawn dynamic parameters of any type with extra rules.
Expand Down

0 comments on commit bb193d0

Please sign in to comment.