2023-12-03 09:58:50 +08:00

28 lines
747 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "mongdch/mon-util",
"description": "常用的PHP工具类库包含了各种各式各样的工具容器、时间、验证器、多语言、图片、二维码、IP地址、文件上传、文件操作、加解密、数据字典、各种算法等等等等。。。",
"license": "Apache-2.0",
"keywords": [
"mon",
"util",
"tool"
],
"homepage": "http://www.gdmon.com",
"authors": [
{
"name": "MonGDCH",
"email": "985558837@qq.com"
}
],
"require": {
"php": ">=5.6.0"
},
"autoload": {
"psr-4": {
"mon\\util\\": "src/"
},
"files": [
"src/functions.php"
]
}
}