wp-cloud / phpmyadmin
phpmyadmin-all-languages的部署版。所有语言;不包括:doc、examples、setup文件夹!
4.7.7
2018-02-20 16:15 UTC
Requires
- php: >=5.5.0
- ext-json: *
- ext-mbstring: *
- ext-mysqli: *
- ext-pcre: *
- ext-xml: *
Suggests
- ext-bz2: For bzip2 import and export
- ext-curl: Updates checking
- ext-gd2: For image transformations
- ext-opcache: Better performance
- ext-openssl: Cookie encryption
- ext-zip: For zip import and export
- ext-zlib: For gz import and export
- dev-master
- 4.7.7
- 4.7.6
- 4.7.5
- 4.7.4
- 4.7.1
- 4.6.6
- 4.6.5.1
- 4.6.4.0
- 4.6.3.0
- 4.6.2.0
- 4.6.0.0
- 4.5.5.1
- 4.5.5.0
- 4.5.4.1
- 4.5.4
- 4.5.3.1
- 4.5.2.0
- 4.5.1.0
- 4.5.0.1
- 4.4.15
- 4.4.14.1
- 4.4.13.1
- 4.4.11.0
- 4.4.9.0
- 4.4.6.0
- 4.4.5.0
- 4.4.4
- 4.4.3
- 4.4.2
- 4.4.1.1
- 4.4.1
- 4.4.0.0
- 4.3.13
- 4.3.12
- 4.3.11.1
- 4.3.10
- 4.3.9
- 4.3.8
- 4.3.7
- 4.3.6
- 4.3.5
- 4.3.4
- 4.3.3
This package is auto-updated.
Last update: 2024-09-28 02:07:29 UTC
README
phpmyadmin-all-languages的部署版。
WP-Cloud 版本
此版本是phpMyAdmin All-Languages的部署版。它包含所有语言文件,打包在'phpMyAdmin-*-all-languages.zip'中。
以下文件夹已从发行版中删除
- doc
- examples
- scripts
- setup
Composer 安装示例
要在自定义位置通过Composer安装应用程序,您需要一个composer-installer。您可以使用oomphinc/composer-installers-extender,并在composer.json中使用以下格式
{
"name": "vendor/name",
"description": "desc",
"type": "project",
"require": {
"oomphinc/composer-installers-extender": "^1.1",
"wp-cloud/phpmyadmin": "*"
},
"extra": {
"installer-types": ["application"],
"installer-paths": {
"web/phpmyadmin/": ["wp-cloud/phpmyadmin"]
}
}
}
许可证: GPL-2.0
版权 © 1998 及以后 -- phpMyAdmin 团队
详细信息请参阅: phpMyAdmin Readme