PHPackages                             open20/amos-invitations - 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. open20/amos-invitations

ActiveComponent[Utility &amp; Helpers](/categories/utility)

open20/amos-invitations
=======================

System to invite persons to platform

1.5.4(3mo ago)0792PHPPHP &gt;=5.4.0

Since Feb 22Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/regionelombardia-open20/open2-invitations)[ Packagist](https://packagist.org/packages/open20/amos-invitations)[ Docs](http://www.open20.it/)[ RSS](/packages/open20-amos-invitations/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (6)Versions (24)Used By (2)

\#Amos Invitations

System to invite external people to platform

Installation
------------

[](#installation)

### 1. The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

[](#1-the-preferred-way-to-install-this-extension-is-through-composer)

Either run

```
composer require open20/amos-invitations
```

or add this row

```
"open20/amos-invitations": "dev-master"

```

to the require section of your `composer.json` file.

### 2. Add module to your main config in backend:

[](#2-add-module-to-your-main-config-in-backend)

```
'modules' => [
    'invitations' => [
        'class' => 'open20\amos\invitations\Module',
    ],
],
```

### 3. Apply migrations

[](#3-apply-migrations)

```
php yii migrate/up --migrationPath=@vendor/open20/amos-invitations/src/migrations
```

or add this row to your migrations config in console:

```
return [
    '@vendor/open20/amos-invitations/src/migrations',
];
```

Widgets
-------

[](#widgets)

\#Invite user Widget InviteUserWidget draws a button that open a modal cointaining the user invitation form. The widget can be used also in another model form, splitting the button and the modal form parts (to avoid form cointaining another form).

example in a view :

```

```

example in a form:

```

```

### Module configuration params

[](#module-configuration-params)

- **subjectPlaceholder** - string, default = '#subject-invite' String used for placeholder which translates mail subject.
- **subjectCategory** - string, default = 'amosinvitations' String used for linking a translation category to the mail subject.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance81

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~211 days

Recently: every ~246 days

Total

13

Last Release

100d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6eb97765ff9c2a6c83df362376ac9fe8f21e4ac4c3b65fd1e2380233178fe500?d=identicon)[open2.0](/maintainers/open2.0)

---

Top Contributors

[![waltermazza](https://avatars.githubusercontent.com/u/46817459?v=4)](https://github.com/waltermazza "waltermazza (1 commits)")

---

Tags

yii2invitationsamos

### Embed Badge

![Health badge](/badges/open20-amos-invitations/health.svg)

```
[![Health](https://phpackages.com/badges/open20-amos-invitations/health.svg)](https://phpackages.com/packages/open20-amos-invitations)
```

PHPackages © 2026

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