PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   FormOne   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FormOne
Generate HTML form composed programatically
Author: By
Last change: 1.8 2020-01-13
Date: 4 years ago
Size: 584 bytes
 

Contents

Class file image Download
{ "name": "eftec/formone", "description": "Creates HTML web Form on PHP ", "version": "1.8", "type": "library", "keywords": ["php","library","form"], "homepage": "https://github.com/EFTEC/formone", "license": "LGPL-2.1-or-later", "authors": [ { "name": "Jorge Castro", "email": "jorge.castro.c@gmail.com" } ], "require": { "php": ">=5.6", "ext-ctype": "*", "eftec/validationone": "^1.13" }, "autoload": { "psr-4": { "eftec\\": "lib/" } } }