{"id":37390077,"url":"https://github.com/zl-php/wechat","last_synced_at":"2026-01-16T05:28:58.793Z","repository":{"id":37715051,"uuid":"486466762","full_name":"zl-php/wechat","owner":"zl-php","description":"一个基于 Laravel 开发的企业微信/微信 SDK","archived":false,"fork":false,"pushed_at":"2023-12-01T07:36:21.000Z","size":80,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T13:44:39.252Z","etag":null,"topics":["laravel-wechat","php","wechat","wechat-sdk","wecom","wecom-sdk","weixin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zl-php.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-28T06:05:27.000Z","updated_at":"2023-12-21T03:33:25.000Z","dependencies_parsed_at":"2023-02-02T17:49:37.150Z","dependency_job_id":null,"html_url":"https://github.com/zl-php/wechat","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/zl-php/wechat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zl-php%2Fwechat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zl-php%2Fwechat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zl-php%2Fwechat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zl-php%2Fwechat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zl-php","download_url":"https://codeload.github.com/zl-php/wechat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zl-php%2Fwechat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel-wechat","php","wechat","wechat-sdk","wecom","wecom-sdk","weixin"],"created_at":"2026-01-16T05:28:58.724Z","updated_at":"2026-01-16T05:28:58.786Z","avatar_url":"https://github.com/zl-php.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eLaravel Wechat SDK\u003c/h1\u003e\n\n一个基于 Laravel 开发的企业微信/微信 SDK\n\n该仓库目前大部分应用于企业微信的日常开发，支持部分小程序和公众号接口，如需其他接口支持请提 issues\n\n## 目录\n- [环境要求](#环境要求)\n- [安装](#安装)\n- [企业微信](docs/work/01-initialize.md)\n    - [初始化](docs/work/01-initialize.md)\n    - [获取access_token](docs/work/02-access-token.md)\n    - [网页授权](docs/work/03-oauth.md)\n    - [OA](docs/work/08-oa.md)\n    - [通讯录](docs/work/04-contacts.md)\n    - [部门管理](docs/work/09-department.md)\n    - [标签管理](docs/work/10-tag.md)\n    - [JS-SDK](docs/work/05-jssdk.md)\n    - [消息发送](docs/work/06-message.md)\n    - [群机器人](docs/work/07-group-robot.md)\n- [微信公众号](docs/offiaaccount/01-initialize.md)\n    - [初始化](docs/offiaaccount/01-initialize.md)\n    - [获取access_token](docs/offiaaccount/02-access-token.md)\n    - [JS-SDK](docs/offiaaccount/03-jssdk.md)\n- [微信小程序](docs/miniprogram/01-initialize.md)\n    - [初始化](docs/miniprogram/01-initialize.md)\n    - [获取access_token](docs/miniprogram/02-access-token.md)\n    - [登录](docs/miniprogram/03-login.md)\n    - [获取手机](docs/miniprogram/04-phonenumber.md)\n    - [小程序QR](docs/miniprogram/05-appcode.md)\n    - [订阅消息](docs/miniprogram/06-subscribe-message.md)\n    - [小程序链接](docs/miniprogram/07-applink.md)\n## 环境要求\n- PHP \u003e= 7.1\n\n## 安装\n使用 [composer](http://getcomposer.org/):\n\n目前阿里云Composer镜像同步问题尚未解决，建议使用官方镜像或者腾讯等镜像\n\n```shell\n# 取消当前镜像配置\ncomposer config -g --unset repos.packagist\n\n# 使用腾讯镜像\ncomposer config -g repos.packagist composer https://mirrors.tencent.com/composer/\n\n# 安装\ncomposer require zuogechengxu/wechat\n```\n## 说明\n\n因该项目缓存 Token 直接使用了Laravel Cache 的 Facades，建议将 CACHE_DRIVER=file 改为 CACHE_DRIVER=redis\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzl-php%2Fwechat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzl-php%2Fwechat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzl-php%2Fwechat/lists"}