mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15:45 +01:00
10 lines
242 B
Markdown
10 lines
242 B
Markdown
# Installation
|
|
|
|
Package is available on [Packagist](http://packagist.org/packages/respect/validation),
|
|
you can install it using [Composer](http://getcomposer.org).
|
|
|
|
```shell
|
|
composer require respect/validation
|
|
```
|
|
|
|
Works on PHP 7.0 or above.
|