PHP Classes

File: vendor/eftec/validationone/composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP PDO Login System One   vendor/eftec/validationone/composer.json   Download  
File: vendor/eftec/validationone/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PDO Login System One
Authenticate users with records on MySQL using PDO
Author: By
Last change:
Date: 3 years ago
Size: 761 bytes
 

Contents

Class file image Download
{ "name": "eftec/validationone", "description": "It's a php library for fetch and validate fields ", "version": "1.23.1", "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" } }