opis/validation

This package is abandoned and no longer maintained. No replacement package was suggested.

Validation library

dev-master / 1.0.x-dev 2019-07-05 11:31 UTC

This package is auto-updated.

Last update: 2020-06-03 14:44:41 UTC


README

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"
    }
}