2017 © Pedro Peláez
 

composer-plugin wpml-installer

An install helper for Wordpress Multilingual (WPML), based of Philipp Baschke it's plugin to install ACFPro

image

enelogic/wpml-installer

An install helper for Wordpress Multilingual (WPML), based of Philipp Baschke it's plugin to install ACFPro

  • Monday, April 9, 2018
  • by wcoppens
  • Repository
  • 2 Watchers
  • 0 Stars
  • 137 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 6 Versions
  • 9 % Grown

The README.md

Usage

Add a repository for each WPML plugin you want to use (under repositories in composer.json), (*1)

        {
            "type": "package",
            "package": {
                "name": "wpml/wpml-multilingual-cms",
                "version": "3.9.3",
                "type": "wordpress-plugin",
                "dist": {
                  "type": "zip",
                  "url": "https://httpbin.org/status/400?"
                },
                "require": {
                  "enelogic/wpml-installer": "^0.1",
                  "composer/installers": "^1.0"
                }
            }
        }

(traling slash matters on that httpbin url), (*2)

And then require:, (*3)

wpml/wpml-multilingual-cms

or in composer.json, add this to require, (*4)

"wpml/wpml-multilingual-cms": "*",

Then set up environment vars for:, (*5)

WPML_KEY, (*6)

WPML_USER_ID, (*7)

You can find these by logging into WPML website and copy/pasting a download link for any of the plugins., (*8)

WPML_KEY = subscription_id parameter on the url, (*9)

WPML_USER_ID = user_id parameter on the url, (*10)

You should be all set - rinse and repeat for other WPML plugins - a fuller config is below for easier copy/paste., (*11)

More packages for easy copy/paste - edit the versions to whatever is current.

        {
            "type": "package",
            "package": {
                "name": "wpml/wpml-multilingual-cms",
                "version": "3.9.3",
                "type": "wordpress-plugin",
                "dist": {
                  "type": "zip",
                  "url": "https://httpbin.org/status/400?"
                },
                "require": {
                  "enelogic/wpml-installer": "^0.1",
                  "composer/installers": "^1.0"
                }
            }
        },

        {
            "type": "package",
            "package": {
                "name": "wpml/wpml-string-translation",
                "version": "2.7.3",
                "type": "wordpress-plugin",
                "dist": {
                  "type": "zip",
                  "url": "https://httpbin.org/status/400?"
                },
                "require": {
                  "enelogic/wpml-installer": "^0.1",
                  "composer/installers": "^1.0"
                }
            }
        },

        {
            "type": "package",
            "package": {
                "name": "wpml/wpml-translation-management",
                "version": "2.5.2",
                "type": "wordpress-plugin",
                "dist": {
                  "type": "zip",
                  "url": "https://httpbin.org/status/400?"
                },
                "require": {
                  "enelogic/wpml-installer": "^0.1",
                  "composer/installers": "^1.0"
                }
            }
        },

        {
            "type": "package",
            "package": {
                "name": "wpml/wpml-sticky-links",
                "version": "1.4.3",
                "type": "wordpress-plugin",
                "dist": {
                  "type": "zip",
                  "url": "https://httpbin.org/status/400?"
                },
                "require": {
                  "enelogic/wpml-installer": "^0.1",
                  "composer/installers": "^1.0"
                }
            }
        },

        {
            "type": "package",
            "package": {
                "name": "wpml/wpml-cms-nav",
                "version": "1.4.22",
                "type": "wordpress-plugin",
                "dist": {
                  "type": "zip",
                  "url": "https://httpbin.org/status/400?"
                },
                "require": {
                  "enelogic/wpml-installer": "^0.1",
                  "composer/installers": "^1.0"
                }
            }
        },

        {
            "type": "package",
            "package": {
                "name": "wpml/wpml-media",
                "version": "2.2.3",
                "type": "wordpress-plugin",
                "dist": {
                  "type": "zip",
                  "url": "https://httpbin.org/status/400?"
                },
                "require": {
                  "enelogic/wpml-installer": "^0.1",
                  "composer/installers": "^1.0"
                }
            }
        }

and requires:, (*12)

"wpml/wpml-multilingual-cms": "*",
"wpml/wpml-string-translation": "*",
"wpml/wpml-translation-management": "*",
"wpml/wpml-sticky-links": "*",
"wpml/wpml-cms-nav": "*",
"wpml/wpml-media": "*",

The Versions

09/04 2018

dev-master

9999999-dev

An install helper for Wordpress Multilingual (WPML), based of Philipp Baschke it's plugin to install ACFPro

  Sources   Download

MIT

The Requires

 

The Development Requires

by Wesley Coppens

plugin wordpress wp composer env wpml

06/12 2017

0.1.4

0.1.4.0

An install helper for Wordpress Multilingual (WPML), based of Philipp Baschke it's plugin to install ACFPro

  Sources   Download

MIT

The Requires

 

The Development Requires

by Wesley Coppens

plugin wordpress wp composer env wpml

06/12 2017

0.1.3

0.1.3.0

An install helper for Wordpress Multilingual (WPML), based of Philipp Baschke it's plugin to install ACFPro

  Sources   Download

MIT

The Requires

 

The Development Requires

by Wesley Coppens

plugin wordpress wp composer env wpml

06/12 2017

0.1.2

0.1.2.0

An install helper for Wordpress Multilingual (WPML), based of Philipp Baschke it's plugin to install ACFPro

  Sources   Download

MIT

The Requires

 

The Development Requires

by Wesley Coppens

plugin wordpress wp composer env wpml

06/12 2017

0.1.1

0.1.1.0

An install helper for Wordpress Multilingual (WPML), based of Philipp Baschke it's plugin to install ACFPro

  Sources   Download

MIT

The Requires

 

The Development Requires

by Wesley Coppens

plugin wordpress wp composer env wpml

06/12 2017

0.1.0

0.1.0.0

An install helper for Wordpress Multilingual (WPML), based of Philipp Baschke it's plugin to install ACFPro

  Sources   Download

MIT

The Requires

 

The Development Requires

by Wesley Coppens

plugin wordpress wp composer env wpml