PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gavin Gordon Markowski   User Input Validator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Composer.json
Class: User Input Validator
Validate request values according to given rules
Author: By
Last change:
Date: 8 years ago
Size: 1,047 bytes
 

Contents

Class file image Download
{ "name": "gavinggordon/input-validator", "description": "A PHP class which provides the ability to quickly validate user input, depending on a set of user-defined rules.", "license": "MIT", "keywords": [ "v1.0.0", "php", "input", "validation", "validator", "validate", "data", "check", "form", "test", "security", "safety", "preprocessing", "processing" ], "authors": [ { "name": "Gavin G Gordon", "email": "support@gavingordon.com", "homepage": "https://gavingordon.com", "role": "Developer" } ], "version": "1.0.0", "minimum-stability": "stable", "homepage": "http://input-validator.gavingordon.com", "support": { "issues": "https://github.com/gavinggordon/input-validator/issues", "source": "https://github.com/gavinggordon/input-validator" }, "repositories": [ { "type": "git", "url": "https://github.com/gavinggordon/input-validator.git" } ], "require": {}, "require-dev": { "phpunit/phpunit": "4.0.*" }, "autoload": { "psr-4": { "GGG\\": "src" } } }