wp-cloud / phpmyadmin
Deployment ready version of phpmyadmin-all-languages. All Languages; without: doc, examples, setup folders!
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/wp-cloud/phpmyadmin
Language:JavaScript
Type:application
pkg:composer/wp-cloud/phpmyadmin
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
This package is auto-updated.
Last update: 2025-01-28 03:00:27 UTC
README
Deployment ready version of phpmyadmin-all-languages.
WP-Cloud Version
This version is a deployment-ready version of phpMyAdmin All-Languages. It contains all language files packaged in 'phpMyAdmin-*-all-languages.zip'.
Following folders have been removed from the distribution package:
- doc
- examples
- scripts
- setup
Composer Installation Sample
To install an application via Composer in a custom location you need a composer-installer.
You can use oomphinc/composer-installers-extender with a composer.json like this:
{
"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"]
}
}
}
License: GPL-2.0
Copyright © 1998 onwards -- the phpMyAdmin team
Details see: phpMyAdmin Readme