Skip to content

wp-cloud/phpmyadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpMyAdmin-all-languages

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

About

phpMyAdmin-all-languages | deployment-ready

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
license.php

Stars

Watchers

Forks

Packages

No packages published