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

AbandonedComposer-installer[Utility &amp; Helpers](/categories/utility)

fuelphp/package-installer
=========================

FuelPHP Component Installer.

21151PHP

Since Jan 3Pushed 10y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/6ff1a18ef7a5c50aca634161ff781b321d00af75d4f554774ee2d66f7c28642a/68747470733a2f2f7472617669732d63692e6f72672f6675656c7068702f636f6d706f6e656e742d696e7374616c6c65722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/fuelphp/component-installer)

Component installer
===================

[](#component-installer)

FuelPHP composer application component installer. Aids in automatic installation of FuelPHP application components through Composer.

Usage
-----

[](#usage)

You can use this to install FuelPHP application components using composer. The installer will make sure the composer package containing your application component will be installed in the correct location.

This is an example of an application composer.json file:

```
{
  "name": "fuelphp/demo-component",
    "type": "fuelphp-component",
    "description": "FuelPHP demo component",
    "keywords": ["framework"],
    "homepage": "http://fuelphp.com",
    "license": "MIT",
	"authors": [
		{
			"name": "FuelPHP Development Team",
			"email": "team@fuelphp.com"
		}
	],
	"require": {
		"php": ">=5.4",
		"fuelphp/component-installer": "dev-master"
	},
    "minimum-stability": "dev"
}

```

Make sure you use the type "fuelphp-component", and require the installer.

Once this is done, just require your application component in your projects main composer.json file (in the root of your FuelPHP installation) and run a composer update to have it installed.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

[![WanWizard](https://avatars.githubusercontent.com/u/456954?v=4)](https://github.com/WanWizard "WanWizard (11 commits)")

### Embed Badge

![Health badge](/badges/fuelphp-package-installer/health.svg)

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

PHPackages © 2026

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