PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of wiki chua   Flex Validator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Flex Validator
Validate request values based on extensible rules
Author: By
Last change: first commit
Date: 2 years ago
Size: 409 bytes
 

Contents

Class file image Download
{ "name": "wikchua/flex-validator", "description": "Flexible Validator", "keywords": ["validator"], "homepage": "http://wikichua.com", "license": "MIT", "authors": [ { "name": "Chua Wei Kee", "email": "wikichua@gmail.com" } ], "autoload": { "psr-0": { "WikiChua\\FlexValidator": "src/" } } }