PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   Validx - Form Validator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Validx - Form Validator
Validate form values according to rules per input
Author: By
Last change: update some features and its structure
Date: 7 years ago
Size: 766 bytes
 

Contents

Class file image Download
{ "name": "nahid/validx", "description": "Validx is a PHP library for form validation. Its easy to use and fast.", "keywords": ["validation", "form", "security", "valid"], "homepage": "https://github.com/nahid/validx", "type": "library", "license": "MIT", "authors": [ { "name": "Nahid Bin Azhar", "email": "nahid.dns@gmail.com" } ], "require": { "php": ">=5.4.0" }, "require-dev": { "graham-campbell/testbench": "^3.1", "phpunit/phpunit": "^4.8 || ^5.0" }, "autoload": { "psr-4": { "Nahid\\Validx\\": "src/" } }, "autoload-dev": { "psr-4": { "Nahid\\Validx\\Tests\\": "tests/" } }, "minimum-stability": "dev", "prefer-stable": true }