PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP Validation One Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Validation One Library
Fetch and validate forms and request values
Author: By
Last change: 2.10
2.9
20231113
2.7
2.6
2.5
* 2022-02-04 2.3
* 2022-02-04 2.2
* 2022-01-29 2.0.2
* fixed a condition when it uses "gte"
* 2022-01-29 2.0.2
* fixed a condition when it uses "gte"
#2.0.1 see README.md
#2.0 see README.md
#1.30 see README.md
#1.30 see README.md
#1.29 see README.md
#1.28 see README.md
#1.27 see README.md
#1.26 see README.md
* 2021-01-07 1.25 see README.md
* 2020-10-01 1.24.3 see README.md
* 2020-05-21 1.24.2
* Fixed a problem with conditions and array (when it is initiated).
* 2020-05-21 cleanups
* 2020-04-07 1.23.2
* Solved a problem with datetimestring and a defnatural
* 2020-04-07 1.23.1
Date: 4 months ago
Size: 868 bytes
 

Contents

Class file image Download
{ "name": "eftec/validationone", "description": "It's a php library for fetch and validate fields ", "type": "library", "keywords": ["php","library","validation"], "homepage": "https://github.com/EFTEC/ValidationOne", "license": "LGPL-3.0-or-later", "authors": [ { "name": "Jorge Castro", "email": "[email protected]" } ], "require": { "php": "^7.4 || ^8.0", "ext-ctype": "*", "eftec/messagecontainer": "^2.9", "ext-json": "*", "ext-fileinfo": "*" }, "autoload": { "psr-4": { "eftec\\": "lib/" } }, "suggest": { "eftec/formone": "Allows to create form and integrates with the validation" }, "require-dev": { "phpunit/phpunit": "^8.5.13" } }