wp-cloud / phpmyadmin
Deployment ready version of phpmyadmin-all-languages. All Languages; without: doc, examples, setup folders!
Installs: 1 501
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Language:JavaScript
Type:application
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-11-28 02:39:15 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