2017 © Pedro Peláez
 

library tim-sdk

IM Sdk for Tencent Instant Messaging

image

jimchen/tim-sdk

IM Sdk for Tencent Instant Messaging

  • Sunday, June 24, 2018
  • by jimchen
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

TimSDK

Build Status Latest Stable Version Latest Unstable Version Build Status Scrutinizer Code Quality Code Coverage Total Downloads License , (*1)

IM Sdk for Tencent Instant Messaging. , (*2)

Requirement

  1. PHP >= 7.2
  2. Composer
  3. Openssl Extension, Curl Extension

Installation

$ composer require "jimchen/tim-sdk:^2.0"

Usage

Basic Usage:, (*3)

use TimSDK;

$options = [
  'app_id'      => '14000xxxx',
  'identifier'  => 'admin',
  'key' => 'Your key',
  'http'        => [
    'timeout'  => 30,
  ],
];
$app = new TimSDK\Application($options);
$collect = $app->account->import('identifier', 'nickname', 'faceUrl');

Documentation

License

MIT, (*4)

The Versions

24/06 2018
24/06 2018

1.1.0

1.1.0.0

IM Sdk for Tencent Instant Messaging

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar jimchen

23/06 2018

1.0.1

1.0.1.0

IM Sdk for Tencent Instant Messaging

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar jimchen

23/06 2018

1.0.0

1.0.0.0

IM Sdk for Tencent Instant Messaging

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar jimchen

17/06 2018

0.1.2

0.1.2.0

IM Sdk for Tencent Instant Messaging

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar jimchen

17/06 2018

0.1.1

0.1.1.0

IM Sdk for Tencent Instant Messaging

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar jimchen

17/06 2018

0.1.0

0.1.0.0

IM Sdk for Tencent Instant Messaging

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar jimchen