PHPackages                             tas/social - 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. tas/social

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

tas/social
==========

Tri Anh Social Chat Tools

01.4kPHP

Since Oct 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tri-anh-solutions/social-chat)[ Packagist](https://packagist.org/packages/tas/social)[ RSS](/packages/tas-social/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Tri Anh Social Chat
===================

[](#tri-anh-social-chat)

Tri Anh Social Chat Tools

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist tas/social "*"

```

or add

```
"tas/social": "*"

```

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

```
php yii migrate --migration-path=@tas/social/migrations
```

add config module

```
'modules'      => [
    'social' => [
        'class' => 'tas\social\Module',
        'createTicketUrl' => '/feedback/create?id_customer={{id_customer}}&id_source={{source}}&conversation_detail_ids={{msg_ids}}',
    ],
],
```

Allow Transfer and Unlock Permission
------------------------------------

[](#allow-transfer-and-unlock-permission)

- Add 2 permission : SocialUnlockChat,SocialTransferChat,SocialRevokeChat
- Assign Permission to user or role
- User Role Admin always allow

Params:
-------

[](#params)

- {{id\_customer}} : customer id
- {{source}} : number 1: FACEBOOK, 2 : VIBER, 3: Zalo, 4: Live Helper Chat
- {{msg\_ids}}: selected messages, format : 1,2,3

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/3130214?v=4)[Thang Dang](/maintainers/vthang87)[@vthang87](https://github.com/vthang87)

---

Top Contributors

[![vthang87](https://avatars.githubusercontent.com/u/3130214?v=4)](https://github.com/vthang87 "vthang87 (56 commits)")

### Embed Badge

![Health badge](/badges/tas-social/health.svg)

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

###  Alternatives

[symbiote/silverstripe-versionedfiles

Add versioning to files

2232.5k3](/packages/symbiote-silverstripe-versionedfiles)

PHPackages © 2026

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