Download the PHP package mgckid/form without Composer

On this page you can find all versions of the php package mgckid/form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package form

Form介绍:

使用php编写的html动态表单生成工具类,没有任何依赖可独立使用,使用composer包管理工具安装,支持链式操作和配置创建表单,支持表单美化(默认为layui风格,支持jquery控制表单行为,只需要引入layui样式和js即可)。

特点:

  1. 没有任何依赖可独立使用

  2. 支持链式操作创建表单

  3. 支持数组配置创建表单

  4. 支持块表单

  5. 支持行内表单(支持表单表单指定默认隐藏和展示)

  6. 支持table表单

  7. 支持表单美化(默认为layui风格)且方便扩展

联系方式:

如果各位朋友觉得这个程序对你有用,若需要进一步功能扩展和二次开发可以联系我(加群找群主) metadmin/metacms/form开源交流qq群(691932844)

项目链接:

github: https://github.com/mgckid/form

gitee:https://gitee.com/mgckid/form

安装方法:

示例代码:

更多举例请移步demo目录去运行simple.php 查看效果。

快速使用:

链式操作创建块表单

效果图

数组配置创建块表单

效果

行内表单

效果

table表单

效果


All versions of form with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mgckid/form contains the following files

Loading the files please wait ....