PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of manudg   Hispanic Form Validation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hispanic Form Validation
Validate forms on the browser and server sides
Author: By
Last change:
Date: 7 years ago
Size: 571 bytes
 

Contents

Class file image Download
{ "name": "hispanicode/validation", "description": "Form validation model with fantastic tools for the client and server sides with php and jQuery.", "homepage": "https://github.com/hispanicoce/validation", "keywords": [ "validation", "validate", "php", "jQuery", "server", "client", "form" ], "license": "GPL3", "minimum-stability": "dev", "authors": [ { "name": "ManuDavila", "email": "manudavgonz@gmail.com", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "Hispanic": "src/" } } }