You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
960 B
31 lines
960 B
9 months ago
|
{
|
||
|
"name": "xaboy/form-builder",
|
||
|
"description": "PHP表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。",
|
||
|
"license": "MIT",
|
||
|
"keyword": ["form","form-create","form-init","dynamic-form","php-form"],
|
||
|
"homepage": "https://github.com/xaboy/form-builder",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "xaboy",
|
||
|
"email": "xaboy2005@qq.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"FormBuilder\\": "./src/"
|
||
|
}
|
||
|
},
|
||
|
"support": {
|
||
|
"issues": "https://github.com/xaboy/form-builder/issues",
|
||
|
"source": "https://github.com/xaboy/form-builder"
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.4.0",
|
||
|
"ext-json": "*"
|
||
|
},
|
||
|
"minimum-stability": "stable",
|
||
|
"branch-alias": {
|
||
|
"master": "1.0.x-dev"
|
||
|
}
|
||
|
}
|