PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Derek McLean   HTML Forms   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: HTML Forms
Generate and validate submitted HTML forms
Author: By
Last change:
Date: 6 years ago
Size: 685 bytes
 

Contents

Class file image Download
{ "name": "delboy1978uk/form", "description": "Super Easy HTML form generation.", "license": "MIT", "authors": [ { "name": "Derek McLean", "email": "delboy1978uk@gmail.com" } ], "require": { "zendframework/zend-validator": "^2.8", "zendframework/zend-filter": "^2.7" }, "require-dev": { "codeception/codeception": "dev-master" }, "autoload": { "psr-4": { "Del\\Form\\": "src/", "DelTesting\\Form\\": "tests/unit/Del/Form/" } }, "suggest": { "delboy1978uk/cdn": "Handy class generating <head> links to popular CDN libraries", "delboy1978uk/icon": "Simple class for generating Font Awesome icons" } }