PHPackages                             lispa/amos-chat - 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. lispa/amos-chat

ActiveComponent

lispa/amos-chat
===============

Sistema AMOS per la chat

1.7.2(2y ago)0235PHPPHP &gt;=5.4.0

Since Feb 22Pushed 2y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (5)Versions (16)Used By (0)

Amos Chat
=========

[](#amos-chat)

Plugin to manage private messages, conversations with user contacts.

### Installation

[](#installation)

Add chat requirement in your composer.json:

```
"open20/amos-chat": "dev-master",

```

Enable the Chat modules in modules-amos.php, add :

```
 'chat' => [
	'class' => 'open20\amos\chat\AmosChat',
 ],

```

add chat migrations to console modules (console/config/migrations-amos.php):

```
'@vendor/open20/amos-chat/src/migrations'

```

### Configurable fields

[](#configurable-fields)

Here the list of configurable fields, properties of module AmosChat. If some property default is not suitable for your project, you can configure it in module, eg:

```
 'chat' => [
	'class' => 'open20\amos\chat\AmosChat',
	'immediateNotificationForce' => false, //changed property (default was true)
 ],

```

- **formRedactorButtons** - array, default = \['file'\]
    List of all Redactor visible buttons in message form

```
'chat' => [
    'class' => 'open20\amos\chat\AmosChat',
    'formRedactorButtons' => ['image', 'file']
],
```

- **immediateNotificationForce** - boolean, default = true
    Force notification sending to the message receiver
- **defaultEmailSender** - string Default e-mail sender if the server allow only sender with the same domain
- **subjectOfimmediateNotification** - string Default subject for emails of "immediate notification force". If in the module settings override the value, you detach translation system
- **enableForwardMessage** - boolean, default = false
    used to enable the forwarding of messages. It's required to insert an array of user\_id in the variable $userIdForwardMessage
- **userIdForwardMessage** - (array) integer , default = \[\]
    It's required to enable the function of forwarding message, it contain the list of user to which forward the messages
- **onlyNetworkUsers** - boolean, default = true
- **subjectOfimmediateNotification** - string Default subject for emails of "immediate notification force". If in the module settings override the value, you detach translation system
- **emailMessageContentAllowedTag** - string, default = 'p,div'
- **enableVideoconference** - boolean, default = false
- **assistanceUserId** - integer, default = 1 User Id of the assistance user to open a conversation on click on WidgetIconChatAssistance

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~194 days

Recently: every ~80 days

Total

9

Last Release

1084d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

yii2chatamos

### Embed Badge

![Health badge](/badges/lispa-amos-chat/health.svg)

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

PHPackages © 2026

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