{"repo":"sbzhu/weworkapi_php","free":true,"listed":false,"github":"https://github.com/sbzhu/weworkapi_php","clone":"git clone https://github.com/sbzhu/weworkapi_php.git","description":"official lib of wework api","language":"PHP","stars":393,"topics":["wework","api","php","tencent","lib"],"license":null,"category":"api-integrations-sdks","readme_excerpt":"About weworkapi php 是为了简化开发者对企业微信API接口的使用而设计的，API调用库系列之php版本 包括企业API接口、消息回调处理方法、第三方开放接口等 本库仅做示范用，并不保证完全无bug； 另外，作者会不定期更新本库，但不保证与官方API接口文档同步，因此一切以官方文档为准。 更多来自个人开发者的其它语言的库推荐： python : https://github.com/sbzhu/weworkapi python abelzhu@tencent.com(企业微信团队) ruby ： https://github.com/mycolorway/wework MyColorway(个人开发者) php : https://github.com/sbzhu/weworkapi php abelzhu@tencent.com(企业微信团队) golang : https://github.com/sbzhu/weworkapi golang ryanjelin@tencent.com(企业微信团队) golang : https://github.com/doubliekill/EnterpriseWechatSDK 1006401052yh@gmail.com(个人开发者) Requirement 经测试，PHP 5.3.3 7.2.0 版本均可使用 Director ├── api // API 接口 │ ├── datastructure // API接口需要使用到的一些数据结构 │ ├── examples // API接口的测试用例 │ ├── README.md │ └── src // API接口的关键逻辑 ├── callback // 消息回调的一些方法 ├── config.php ├── README.md └── utils // 一些基础方法 Usage 将本项目下载到你的目录，既可直接引用相关文件 详细使用方法参考每个模块下的测试用例 关于token的缓存 token是需要缓存的，不能每次调用都去获取token，否则会中频率限制 在本库的设计里，token是以类里的一个变量缓存的 比如api/src/CorpAPI.class.php 里的$accessToken变量 在类的生命周期里，这个accessToken都是存在的， 当且仅当发现token过期，CorpAPI类会自动刷新token 刷新机制在 api/src/API.class.php 所以，使用时，只需要全局实例化一个CorpAPI类，不要析构它，就可一直用它调函数，不用关心 token 当然，如果要更严格的做的话，建议自行修改， ，失效周期设置为2小时。 Contact us abelzhu@tencent.com xiqunpan@tencent.com","default_branch":null,"files":null,"tree":[],"storefront":"/r/sbzhu","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/sbzhu/weworkapi_php/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}