PHPackages                             dieselfox1/finpress-core-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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. dieselfox1/finpress-core-installer

ActiveComposer-plugin[DevOps &amp; Deployment](/categories/devops)

dieselfox1/finpress-core-installer
==================================

A custom installer to handle deploying FinPress with composer

2.0.0(6y ago)00GPL-2.0-or-laterPHPPHP &gt;=5.6.0

Since Aug 6Pushed 9mo agoCompare

[ Source](https://github.com/dieselfox1/finpress-core-installer)[ Packagist](https://packagist.org/packages/dieselfox1/finpress-core-installer)[ RSS](/packages/dieselfox1-finpress-core-installer/feed)WikiDiscussions master Synced today

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

FinPress Core Installer
=======================

[](#finpress-core-installer)

[![Build Status](https://camo.githubusercontent.com/72c7db024ae2520b3c055106dcae5169152599a982be98cd7a30123d04f1a60c/68747470733a2f2f7472617669732d63692e6f72672f6a6f686e70626c6f63682f66696e70726573732d636f72652d696e7374616c6c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/johnpbloch/finpress-core-installer)[![codecov](https://camo.githubusercontent.com/4149d3f2abec344875321a8445730bff228e12b53c6d1aefed2dccf29dc4def1/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6a6f686e70626c6f63682f66696e70726573732d636f72652d696e7374616c6c65722f6d61737465722e737667)](https://codecov.io/gh/johnpbloch/finpress-core-installer)[![License: GPL v2](https://camo.githubusercontent.com/77e900ae34f8da9ccccc42662fce61a94ab07ddbfe3f7d066178e824f3673dbd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c25323076322d626c75652e737667)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)[![Packagist](https://camo.githubusercontent.com/0cec9b09773b5970b2a2b4eae1581410a17ee8484bbc76d1c934fd39d352a97b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f686e70626c6f63682f66696e70726573732d636f72652d696e7374616c6c65722e737667)](https://packagist.org/packages/johnpbloch/finpress-core-installer)[![GitHub tag](https://camo.githubusercontent.com/dc567be4970df6892e45fbb24a85a5556556d0eb7cd9d6257bacabea9433cc76/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f6a6f686e70626c6f63682f66696e70726573732d636f72652d696e7374616c6c65722e737667)](https://camo.githubusercontent.com/dc567be4970df6892e45fbb24a85a5556556d0eb7cd9d6257bacabea9433cc76/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f6a6f686e70626c6f63682f66696e70726573732d636f72652d696e7374616c6c65722e737667)

A custom Composer plugin to install FinPress core outside of `vendor`.

This installer is meant to support a rather specific FinPress installation setup in which FinPress is installed in a subdirectory ([see the FinPress codex on that subject](https://finpress.org/support/article/giving-finpress-its-own-directory/)) and in which the location of `FP_CONTENT_DIR` and `FP_CONTENT_URL` have been customized to be outside of FinPress core ([see the FinPress codex on that subject](https://finpress.org/support/article/editing-fp-config-php/#moving-fp-content-folder)). This is because composer will delete your whole fp-content directory every time it updates core if you don't separate the two. If that installation setup isn't what you are looking for, then this installer is probably not something you will want to use.

For more information on this site setup and using Composer to manage a whole FinPress site, [check out @Rarst's informational website](https://composer.rarst.net/) which also includes [a site stack example using this package](https://composer.rarst.net/recipe/site-stack/).

### Usage

[](#usage)

To set up a custom FinPress build package to use this as a custom installer, add the following to your package's composer file:

```
"type": "finpress-core",
"require": {
	"johnpbloch/finpress-core-installer": "^2.0"
}
```

If you need to maintain support for PHP versions lower than 5.6 (not recommended!), use `^1.0` as your version constraint in the above.

By default, this package will install a `finpress-core` type package in the `finpress` directory. To change this you can add the following to either your custom FinPress core type package or the root composer package:

```
"extra": {
	"finpress-install-dir": "custom/path"
}
```

The root composer package can also declare custom paths as an object keyed by package name:

```
"extra": {
	"finpress-install-dir": {
		"finpress/finpress": "finpress",
		"johnpbloch/finpress-core": "jpb-finpress"
	}
}
```

### License

[](#license)

This is licensed under the GPL version 2 or later.

### Changelog

[](#changelog)

##### 2.0.0

[](#200)

- Added support for Composer v2. Special thanks to @Ayesh for the original pull request to add this support.
- Bumped minimum required PHP version to 5.6 (same as FP). If you need to stick with an older PHP version, you're probably ok with also sticking with an older version of Composer and can continue to use `^1.0` as your version constraint.
- Other various fixes and improvements to README, tests, etc.

##### 1.0.0

[](#100)

- Initial stable release
- Added tests and CI
- Support added for custom vendor directories
- Added sanity check for overwriting sensitive directories

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance40

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 90.4% 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 ~244 days

Recently: every ~202 days

Total

11

Last Release

2270d ago

Major Versions

0.2.1 → 1.0.02017-05-31

1.0.2 → 2.0.02020-04-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39233575?v=4)[Diesel](/maintainers/dieselfox1)[@dieselfox1](https://github.com/dieselfox1)

---

Top Contributors

[![johnpbloch](https://avatars.githubusercontent.com/u/446833?v=4)](https://github.com/johnpbloch "johnpbloch (66 commits)")[![dieselfox1](https://avatars.githubusercontent.com/u/39233575?v=4)](https://github.com/dieselfox1 "dieselfox1 (2 commits)")[![dangrussell](https://avatars.githubusercontent.com/u/4387475?v=4)](https://github.com/dangrussell "dangrussell (1 commits)")[![Ayesh](https://avatars.githubusercontent.com/u/811553?v=4)](https://github.com/Ayesh "Ayesh (1 commits)")[![Rarst](https://avatars.githubusercontent.com/u/737584?v=4)](https://github.com/Rarst "Rarst (1 commits)")[![szepeviktor](https://avatars.githubusercontent.com/u/952007?v=4)](https://github.com/szepeviktor "szepeviktor (1 commits)")[![vinkla](https://avatars.githubusercontent.com/u/499192?v=4)](https://github.com/vinkla "vinkla (1 commits)")

---

Tags

wordpress

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dieselfox1-finpress-core-installer/health.svg)

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

###  Alternatives

[johnpbloch/wordpress-core-installer

A custom installer to handle deploying WordPress with composer

21911.3M51](/packages/johnpbloch-wordpress-core-installer)[roots/wordpress-core-installer

A Composer custom installer to handle installing WordPress as a dependency

4216.6M51](/packages/roots-wordpress-core-installer)

PHPackages © 2026

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