We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cd033 commit b5ddf4cCopy full SHA for b5ddf4c
.gitignore
@@ -0,0 +1 @@
1
+/vendor/
composer.json
@@ -0,0 +1,23 @@
+{
2
+ "name": "niklaslu/php-form-builder",
3
+ "description": "php表单构造器",
4
+ "license": "apache2.0",
5
+ "authors": [
6
+ {
7
+ "name": "Niklas Lu",
8
+ "email": "332553882@qq.com"
9
+ }
10
+ ],
11
+ "require": {},
12
+ "autoload" : {
13
+ "psr-4" : {
14
+ "niklaslu\\" : "src"
15
16
+ },
17
+ "repositories": {
18
+ "packagist": {
19
+ "type": "composer",
20
+ "url": "https://packagist.phpcomposer.com"
21
22
23
+}
0 commit comments