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

ActiveComposer-plugin

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

Installer for Spress addons

v2.1.0(9y ago)07.3k↓100%8MITPHP

Since Jan 8Pushed 9y ago1 watchersCompare

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

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

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

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community19

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

3374d 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/spress-spress-installer/health.svg)

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

###  Alternatives

[composer/installers

A multi-framework Composer library installer

1.4k136.0M6.0k](/packages/composer-installers)[dealerdirect/phpcodesniffer-composer-installer

PHP\_CodeSniffer Standards Composer Installer Plugin

596161.9M1.9k](/packages/dealerdirect-phpcodesniffer-composer-installer)[typo3/cms-composer-installers

TYPO3 CMS Installers

6113.7M52](/packages/typo3-cms-composer-installers)[mouf/nodejs-installer

An installer package that let's you install NodeJS and NPM as a Composer dependency.

113692.7k14](/packages/mouf-nodejs-installer)[craftcms/plugin-installer

Craft CMS Plugin Installer

283.3M4](/packages/craftcms-plugin-installer)[wpbones/wpbones

WordPress framework for Laravel developers

1714.8k1](/packages/wpbones-wpbones)

PHPackages © 2026

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