wp-cloud/phpmyadmin

Deployment ready version of phpmyadmin-all-languages. All Languages; without: doc, examples, setup folders!

Installs: 1 499

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Language:JavaScript

Type:application

4.7.7 2018-02-20 16:15 UTC

README

Deployment ready version of phpmyadmin-all-languages.

GPL-2.0 Packagist GitHub tag

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