Skip to content

johnpancoast/data-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-validator

Scrutinizer Code Quality

data-validator is a PHP lib providing you with a structure to validate your data using Symfony's validator.

Installation

data-validator uses composer.

To include it, either use composer require

composer require johnpancoast/data-validator:~0.4.0

... or require it in your project's composer file

{
    "require": {
        "johnpancoast/data-validator": "~0.4.0",
    }
}

Usage

Docs to come

About

A PHP lib providing conventions to move and validate data from one structure to another

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages