# easy-im-docs
**Repository Path**: TestsLing/easy-im-docs
## Basic Information
- **Project Name**: easy-im-docs
- **Description**: easyIM文档资料
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-10
- **Last Updated**: 2024-11-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
---
home: true
heroImage: /icon_vuepress_reco.png
heroImageStyle: {
maxWidth: '200px',
width: '100%',
display: block,
margin: '5rem auto 2rem',
borderRadius: '1rem',
}
isShowTitleInHome: true
actionText: About
actionLink: /views/other/about
features:
- title: 生命
details: 就像一盒巧克力,结果往往出人意料
- title: 希望
details: 是一个好东西,也许是最好的,好东西是不会消亡的
- title: 那时候
details: 我只会想自己想要什么,从不想自己拥有什么
---
## Requirement
1. PHP >= 7.2
2. [Composer](https://getcomposer.org/)
3. Openssl拓展
## Installation
```shell
$ composer require longing/easy-im:~1.0 -vvv
```
## Usage
基本使用(以服务端为例):
```php
use EasyIM\Factory;
$options = [
'sdk_app_id' => '1400306676', // sdkAppId
'secret' => '3e373d1ef02ef192ee26c94760681cdf492b4b7f053fc16504d30a77a028e76d', // secret
'identifier' => 'admin', // 管理员账号
'expire' => 86400, // 签名过期时间
// ...
];
$app = Factory::TencentIM($options);
```
[更多](https://github.com/TestsLing/easy-im)
# Status
欢迎查阅 [项目进度板](https://github.com/TestsLing/easy-im/projects)。
# Contributors
这个项目的存在多亏了所有的贡献者。
This project exists thanks to all the people who contribute.
# Sponsor 赞助
> 🙏 感谢所有金主爸爸,如有意向请通过 Open Collective 赞助我们!
# Backers 支持者
感谢我们所有的支持者!
Thank you to all our backers! 🙏 [[Become a backer]()]
# License
MIT
# 鸣谢
- [午后南杂](https://www.recoluan.com) 感谢如此优秀的博客框架
- [easywechat](https://www.easywechat.com) 感谢如此优秀的`Wechat SDK`