From 213b00ea1d6bea0ba569c0c536a30b11ca990828 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:44:14 -0300 Subject: [PATCH] miss installing --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2030aae..631fd99 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,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.