PHPackages                             piotrpress/wpml-composer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. piotrpress/wpml-composer

ActiveComposer-plugin[Localization &amp; i18n](/categories/localization)

piotrpress/wpml-composer
========================

This composer plugin enables installation of WPML (WordPress Multilingual) plugin and its components.

v0.2.0(1y ago)21.0k↑78.6%MITPHPPHP &gt;=7.4

Since Dec 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/PiotrPress/wpml-composer)[ Packagist](https://packagist.org/packages/piotrpress/wpml-composer)[ Docs](https://github.com/PiotrPress/wpml-composer)[ RSS](/packages/piotrpress-wpml-composer/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (0)

WPML Composer
=============

[](#wpml-composer)

This composer plugin enables installation of [WPML](https://wpml.org) (WordPress Multilingual) plugin and its components.

Example
-------

[](#example)

```
$ composer require wpml/sitepress-multilingual-cms:*
$ composer require wpml/woocommerce-multilingual:*
```

**NOTE:** Package name can be any WPML component [slug](https://d2salfytceyqoe.cloudfront.net/wpml33-products.json).

Installation
------------

[](#installation)

You need to follow these steps only once to install the plugin:

1. Provide WPML `user_id` and `subscription_key` from your [account](https://wpml.org/account/):

```
$ composer config -g http-basic.wpml.org
```

**NOTE:** using `-g` option is recommended to keep credentials outside of project's files.

2. Allow the plugin execution:

```
$ composer config -g allow-plugins.piotrpress/wpml-composer true
```

3. Add the plugin as a global composer requirement:

```
$ composer global require piotrpress/wpml-composer
```

Usage
-----

[](#usage)

The WPML plugin and its addons have a type set to `wordpress-plugin` and can be installed in custom location using for example [Composer Installers](https://github.com/composer/installers):

```
{
  "require": {
    "wpml/sitepress-multilingual-cms": "*",
    "wpml/woocommerce-multilingual": "*",
    "composer/installers": "^2.0"
  },
  "config": {
    "allow-plugins": {
      "composer/installers": true
    }
  },
  "extra": {
    "installer-paths": {
      "wp-content/plugins/{$name}/": [
        "type:wordpress-plugin"
      ]
    }
  }
}
```

Requirements
------------

[](#requirements)

- PHP &gt;= `7.4` version.
- Composer ^`2.0` version.

License
-------

[](#license)

[MIT](license.txt)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

569d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10326736?v=4)[Piotr Niewiadomski](/maintainers/PiotrPress)[@PiotrPress](https://github.com/PiotrPress)

---

Top Contributors

[![PiotrPress](https://avatars.githubusercontent.com/u/10326736?v=4)](https://github.com/PiotrPress "PiotrPress (2 commits)")

---

Tags

phpplugincomposerwordpresspackagemultilingualpackagescomposer-pluginwpml

### Embed Badge

![Health badge](/badges/piotrpress-wpml-composer/health.svg)

```
[![Health](https://phpackages.com/badges/piotrpress-wpml-composer/health.svg)](https://phpackages.com/packages/piotrpress-wpml-composer)
```

###  Alternatives

[automattic/jetpack-autoloader

Creates a custom autoloader for a plugin or theme.

576.1M124](/packages/automattic-jetpack-autoloader)[mnsami/composer-custom-directory-installer

A composer plugin, to help install packages of different types in custom paths.

1465.4M62](/packages/mnsami-composer-custom-directory-installer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
