PHPackages                             ouun/wp-ultimo-installer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ouun/wp-ultimo-installer

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

ouun/wp-ultimo-installer
========================

An install helper for WP Ultimo

v1.0.1(7y ago)07MITPHPPHP &gt;=5.5

Since Jan 17Pushed 7y agoCompare

[ Source](https://github.com/ouun/wp-ultimo-installer)[ Packagist](https://packagist.org/packages/ouun/wp-ultimo-installer)[ RSS](/packages/ouun-wp-ultimo-installer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (6)Versions (4)Used By (0)

WP-ULTIMO Installer
===================

[](#wp-ultimo-installer)

A composer plugin based on PhilippBaschke/acf-pro-installer that makes installing WP-ULTIMO with [composer](https://github.com/composer/composer) easier.

It reads your 🔑 WP-ULTIMO key from the **environment** or a **.env file**.

Usage
-----

[](#usage)

**1. Add the package repository to the [`repositories`](https://getcomposer.org/doc/04-schema.md#repositories) field in `composer.json`:**

```
{
  "type": "package",
  "package": {
    "name": "wp-ultimo/wp-ultimo",
    "version": "*.*.*(.*)",
    "type": "wordpress-plugin",
    "dist": {
      "type": "zip",
      "url": "https://versions.nextpress.co/updates?action=download&slug=wp-ultimo"
    },
    "require": {
      "ouun/wp-ultimo-installer": "^1.0",
      "composer/installers": "^1.0"
    }
  }
}
```

Replace `"version": "*.*.*(.*)"` with your desired version.

**2. Make your WP-ULTIMO key available**

Set the environment variable **`WP_ULTIMO_KEY`**.

Alternatively you can add an entry to your **`.env`** file:

```
# .env (same directory as composer.json)
WP_ULTIMO_KEY=Your-Key-Here
```

**3. Require WP-ULTIMO**

```
composer require wp-ultimo/wp-ultimo:*
```

You can specify an [exact version](https://getcomposer.org/doc/articles/versions.md) (that matches your desired version).

If you use **`*`**, composer will install the version from the package repository (see 1). This has the benefit that you only need to change the version in the package repository when you want to update.

*Be aware that `composer update` will only work if you change the `version` in the package repository. Decreasing the version only works if you require an [exact version](https://getcomposer.org/doc/articles/versions.md).*

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.7% 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 ~13 days

Total

3

Last Release

2647d ago

Major Versions

v0.0.1 → v1.0.02019-01-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1119667d96ab4063e83fd0cd4797ec2e010d86e24e1a4bec13ce9cc5f5b045f?d=identicon)[ouun](/maintainers/ouun)

---

Top Contributors

[![PhilippBaschke](https://avatars.githubusercontent.com/u/10756783?v=4)](https://github.com/PhilippBaschke "PhilippBaschke (38 commits)")[![ouun](https://avatars.githubusercontent.com/u/32090713?v=4)](https://github.com/ouun "ouun (14 commits)")[![randmanrjr](https://avatars.githubusercontent.com/u/4073249?v=4)](https://github.com/randmanrjr "randmanrjr (1 commits)")

---

Tags

plugincomposerwordpressenvwpultimo

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ouun-wp-ultimo-installer/health.svg)

```
[![Health](https://phpackages.com/badges/ouun-wp-ultimo-installer/health.svg)](https://phpackages.com/packages/ouun-wp-ultimo-installer)
```

###  Alternatives

[ffraenz/private-composer-installer

A composer install helper for private packages

2331.7M5](/packages/ffraenz-private-composer-installer)[philippbaschke/acf-pro-installer

An install helper for Advanced Custom Fields PRO

283724.6k](/packages/philippbaschke-acf-pro-installer)[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[gotoandplay/gravityforms-composer-installer

A composer install helper for Gravity Forms

31389.9k](/packages/gotoandplay-gravityforms-composer-installer)

PHPackages © 2026

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