PHP Classes

File: Library/vendor/vlucas/valitron/composer.json

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/vlucas/valitron/composer.json   Download  
File: Library/vendor/vlucas/valitron/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 712 bytes
 

Contents

Class file image Download
{ "name": "vlucas/valitron", "type": "library", "description": "Simple, elegant, stand-alone validation library with NO dependencies", "keywords": ["validation", "validator", "valid"], "homepage": "http://github.com/vlucas/valitron", "license": "BSD", "authors": [ { "name": "Vance Lucas", "email": "vance@vancelucas.com", "homepage": "http://www.vancelucas.com" } ], "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "autoload": { "psr-0": { "Valitron": "src/" } }, "scripts": { "test": "./vendor/bin/phpunit" } }