PHP code example of gulltour / rongcloud

1. Go to this page and download the library: Download gulltour/rongcloud library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

gulltour / rongcloud example snippets


return [
    ...
    'components' => [
        'im'=>[
                'class'=>'gulltour\rongcloud\rongCloud',
                'appKey' => 'RongCloud_APP_KEY',
                'secretKey' => 'RongCloud_SECRET_KEY',
            ],
    ],
    ...
];

Yii::$app->im->groupCreate($userids, $groupId, $groupName);

php composer.phar