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: 2020-02-01 1.23
1.22
1.21
1.20
1.20
1.19
1.19
* 2019-10.01 1.18 Added compatibility for phpunit/phpunit 5.7 and 6.5
* 2019-10-01 1.17 Fixed a bug. If the input is zero, then it is considered as null.
* 2019-08-10 1.16 Solved a problem with the datestring/datetimestring.
* 2019-08-10 1.16 Solved a problem with the datestring/datetimestring.
* 2019-08-07 1.15
* * Added the type datestring and datetimestring. It reads a string and it converts into another string (as date or datetime)
* * Code formatted
Date: 4 years ago
Size: 759 bytes
 

Contents

Class file image Download
{ "name": "eftec/validationone", "description": "It's a php library for fetch and validate fields ", "version": "1.23", "type": "library", "keywords": ["php","library","validation"], "homepage": "https://github.com/EFTEC/ValidationOne", "license": "LGPL-3.0-or-later", "authors": [ { "name": "Jorge Castro", "email": "jorge.castro.c@gmail.com" } ], "require": { "php": ">=5.6", "ext-ctype": "*" }, "autoload": { "psr-4": { "eftec\\": "lib/" } }, "suggest": { "eftec/formone": "Allows to create form and integrates with the validation" }, "require-dev": { "phpunit/phpunit": "5.7.27" } }