kearisp/wpml-installer

Installer for WPML plugins

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:composer-plugin

pkg:composer/kearisp/wpml-installer

0.0.2 2025-09-25 16:14 UTC

This package is auto-updated.

Last update: 2025-12-25 16:47:50 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