PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hashemi Rafsan   Valideto   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Valideto
Validate data values with preset and custom rules
Author: By
Last change:
Date: 3 years ago
Size: 808 bytes
 

Contents

Class file image Download
{ "name": "hashemi/valideto", "description": "A simple PHP package for data validation with extensive preset rules and custom rules.", "type": "library", "license": "MIT", "keywords": [ "validation", "data-validation", "php", "array-validation" ], "authors": [ { "name": "Hashemi Rafsan", "email": "rafsanhashemi@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^8.4|^9.0", "symfony/var-dumper": "5.2.x-dev" }, "autoload": { "psr-4": { "Hashemi\\Valideto\\": "src/" } }, "autoload-dev": { "classmap": [ "tests/Helpers" ] } }