PHP code example of luoyy / tim
1. Go to this page and download the library: Download luoyy/tim 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/ */
luoyy / tim example snippets
luoyy\Tim\Providers\TimServiceProvider
/**
* TIM DEMO
*/
use luoyy\Tim\Facades\Tim;
var_dump(Tim::portrait_get(['test'], [Tag::TAG_PROFILE_IM_NICK]));
var_dump(Tim::errCode());
var_dump(Tim::errMsg());