PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP HTML Form Validator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTML Form Validator
Validate submitted forms values with rules in HTML
Author: By
Last change:
Date: 6 years ago
Size: 519 bytes
 

Contents

Class file image Download
{ "name": "voku/html-form-validator", "description": "HTML <form> validation without trouble, easy filtering & validation.", "license": "MIT", "authors": [ { "name": "Lars Moelleken", "email": "lars@moelleken.org" } ], "require": { "php": ">=7.0.0", "respect/validation": "~1.1", "voku/simple_html_dom": "~4.1", "voku/portable-utf8": "~4.0" }, "require-dev": { "phpunit/phpunit": "~6.0" }, "autoload": { "psr-4": { "voku\\": "src/voku/" } } }