kearisp/wpml-installer

Installer for WPML plugins

Maintainers

Package info

github.com/kearisp/wpml-installer

Type:composer-plugin

pkg:composer/kearisp/wpml-installer

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.2 2025-09-25 16:14 UTC

This package is auto-updated.

Last update: 2026-03-25 17:25:55 UTC


README

Usage

This Composer plugin allows installing WPML plugins directly from wpml.org using your site key.

  1. Setting up plugin

composer.json

{
    "require": {
        "kearisp/wpml-installer": "^0.0.2"
    },
    "config": {
        "allow-plugins": {
            "kearisp/wpml-installer": true
        }
    }
}
  1. Add your WPML credentials to .env file:
SITE_KEY=*******
SITE_URL=https://your-domain
  1. Installing plugins
composer require wpml/sitepress-multilingual-cms:4.8.1