tas / social
Tri Anh Social Chat Tools
Installs: 1 174
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bogdaan/viber-bot-php: ^0.0.10
- facebook/graph-sdk: ^5.6
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-httpclient: ^2.0
- zaloplatform/zalo-php-sdk: ^2.0
This package is auto-updated.
Last update: 2024-10-29 02:12:31 UTC
README
Tri Anh Social Chat Tools
Installation
The preferred way to install this extension is through composer.
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
- Add 2 permission : SocialUnlockChat,SocialTransferChat,SocialRevokeChat
- Assign Permission to user or role
- User Role Admin always allow
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