Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.01 KB

Opis Validation

Build Status Latest Stable Version Latest Unstable Version License

Validation library

Opis Validation is a library that can be used to validate user input

License

Opis Validation is licensed under the Apache License, Version 2.0.

Requirements

  • PHP 7.1 or higher

Installation

This library is available on Packagist and can be installed using Composer.

{
    "require": {
        "opis/validation": "1.0.x-dev"
    }
}