PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   General Validator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: General Validator
Validate text strings of different types of values
Author: By
Last change:
Date: 3 days ago
Size: 391 bytes
 

Contents

Class file image Download
{ "name": "MacroMan/GenralValidator", "version": "0.1.0", "type": "library", "description": "General string validation. Currently Email address, string length, password, url and country code validation. Easily extendable with others.", "license": [ "BSD-2" ], "require": { "php": "^5.3 || ^7.0", "bjeavons/zxcvbn-php": "^0.3" }, "require-dev": { "phpunit/phpunit": "*" } }