PHPackages                             mahmouddev/installers - 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. mahmouddev/installers

ActiveComposer-plugin

mahmouddev/installers
=====================

A yallagroup system installer

028PHP

Since Oct 11Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

A Custom [Composer](http://getcomposer.org) Library Installer
=============================================================

[](#a-custom-composer-library-installer)

This is for PHP package authors to require in their `composer.json`. It will install their package to the correct location based on the specified package type. **Current Supported Package Types**:

> Stable types are marked as **bold**, this means that installation paths for those type will not be changed. Any adjustment for those types would require creation of brand new type that will cover required changes.

FrameworkTypesYallagroup`Yallagroup-module`
`Yallagroup-theme`Example `composer.json` File
----------------------------

[](#example-composerjson-file)

This is an example for a Yallagroup module. The only important parts to set in your composer.json file are `"type": "yallagroup-module"` which describes what your package is and `"require": { "mahmouddev/installers": "dev-master" }` which tells composer to load the custom installers.

```
{
    "name": "you/ftp",
    "type": "yallagroup-module",
    "require": {
        "mahmouddev/installers": "dev-master"
    }
}
```

This would install your package to the `Modules/Ftp/` folder of a base app route when a user runs `php composer.phar install`.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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/af4e0277375d7921fda978300e46bf801837454ce50f9b181bc0c7d848b40dbc?d=identicon)[mahmouddev](/maintainers/mahmouddev)

---

Top Contributors

[![mahmouddev](https://avatars.githubusercontent.com/u/7790161?v=4)](https://github.com/mahmouddev "mahmouddev (9 commits)")

### Embed Badge

![Health badge](/badges/mahmouddev-installers/health.svg)

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

PHPackages © 2026

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