PHPackages                             yosymfony/spress-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. yosymfony/spress-installer

Abandoned → [spress/spress-installer](/?search=spress%2Fspress-installer)Composer-plugin[Utility &amp; Helpers](/categories/utility)

yosymfony/spress-installer
==========================

Installer for Spress addons

v2.1.0(9y ago)02.5k3MITPHP

Since Jan 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/yosymfony/Spress-installer)[ Packagist](https://packagist.org/packages/yosymfony/spress-installer)[ RSS](/packages/yosymfony-spress-installer/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (2)Versions (11)Used By (3)

Spress add-ons installer
------------------------

[](#spress-add-ons-installer)

[![Build Status](https://camo.githubusercontent.com/c2b446d5f500da5cd0edb0bf0a549d4c17482537b7d53517c5a3f0ce1bb3c9b3/68747470733a2f2f7472617669732d63692e6f72672f7370726573732f5370726573732d696e7374616c6c65722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/spress/Spress-installer)

Plugin and theme installer for Spress using Composer.

Package type supported:

- spress-plugin
- spress-theme

### Installation

[](#installation)

Adds the following to your Spress plugin or theme `composer.json` file:

```
"require": {
    "yosymfony/spress-installer": "~2.1"
}
```

**Notice** PluginInstaller 2.1 requires **Spress &gt;= 2.2.0**.

### Extra values

[](#extra-values)

```
"extra": {
    "spress_class": {
        "MyVendor\\MyPlugin\\PluginClass1",
        "MyVendor\\MyPlugin\\PluginClass2"
    }
}
```

- **spress\_class**: class names of the plugins (including namespaces).

### An example of `composer.json` file

[](#an-example-of-composerjson-file)

First, an example for a simple plugin without namespaces:

```
{
    "name": "myname/my-spress-plugin",
    "type": "spress-plugin",
    "license": "MIT",
    "require": {
        "yosymfony/spress-installer": "~2.1"
    }
}
```

Second, an example for a plugin using namespace:

```
{
    "name": "myname/my-spress-plugin",
    "type": "spress-plugin",
    "license": "MIT",
    "require": {
        "yosymfony/spress-installer": "~2.1"
    },
    "extra": {
        "spress_class": {
            "MyVendor\\MyPlugin\\PluginClass"
        }
    }
}
```

Unit tests
----------

[](#unit-tests)

You can run the unit tests with the following command:

```
$ cd your-path
$ composer.phar install
$ phpunit
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 64.3% 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 ~125 days

Recently: every ~114 days

Total

10

Last Release

3377d ago

Major Versions

v1.1.0 → v2.0.02015-12-31

### Community

Maintainers

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

---

Top Contributors

[![yosymfony](https://avatars.githubusercontent.com/u/3321099?v=4)](https://github.com/yosymfony "yosymfony (36 commits)")[![victorpuertas](https://avatars.githubusercontent.com/u/3154875?v=4)](https://github.com/victorpuertas "victorpuertas (17 commits)")[![psion](https://avatars.githubusercontent.com/u/378358?v=4)](https://github.com/psion "psion (2 commits)")[![ArnaudLigny](https://avatars.githubusercontent.com/u/80580?v=4)](https://github.com/ArnaudLigny "ArnaudLigny (1 commits)")

---

Tags

phpspressinstallerpluginsthemesspress

### Embed Badge

![Health badge](/badges/yosymfony-spress-installer/health.svg)

```
[![Health](https://phpackages.com/badges/yosymfony-spress-installer/health.svg)](https://phpackages.com/packages/yosymfony-spress-installer)
```

###  Alternatives

[typo3/cms-composer-installers

TYPO3 CMS Installers

6113.7M52](/packages/typo3-cms-composer-installers)[craftcms/plugin-installer

Craft CMS Plugin Installer

283.3M4](/packages/craftcms-plugin-installer)[drupal-composer/preserve-paths

Composer plugin for preserving custom paths and supporting nested packages

271.1M5](/packages/drupal-composer-preserve-paths)[joomlatools/composer

A Composer plugin to install Joomla extensions into your installation.

5332.9k24](/packages/joomlatools-composer)[balbuf/composer-wp

Manage WordPress core, plugins, and themes with composer.

173.6k](/packages/balbuf-composer-wp)

PHPackages © 2026

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