{"id":15375326,"url":"https://github.com/sy-records/thinkphp-syz","last_synced_at":"2025-04-15T12:31:28.179Z","repository":{"id":44381073,"uuid":"132891994","full_name":"sy-records/thinkphp-syz","owner":"sy-records","description":"整合ThinkPHP功能系列","archived":false,"fork":false,"pushed_at":"2019-04-11T10:39:54.000Z","size":2089,"stargazers_count":33,"open_issues_count":0,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T08:11:29.657Z","etag":null,"topics":["thinkphp"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sy-records.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-10T11:38:44.000Z","updated_at":"2025-03-04T06:38:54.000Z","dependencies_parsed_at":"2022-07-14T13:00:50.544Z","dependency_job_id":null,"html_url":"https://github.com/sy-records/thinkphp-syz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fthinkphp-syz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fthinkphp-syz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fthinkphp-syz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fthinkphp-syz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sy-records","download_url":"https://codeload.github.com/sy-records/thinkphp-syz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249072204,"owners_count":21208137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["thinkphp"],"created_at":"2024-10-01T14:02:38.729Z","updated_at":"2025-04-15T12:31:27.363Z","avatar_url":"https://github.com/sy-records.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# thinkphp-syz\n整合ThinkPHP功能系列\n\n1、生成`csv`格式的`Excel`表格 [https://qq52o.me/2227.html](https://qq52o.me/2227.html)  \n2、`PHPExcel`生成`Excel`表格文件 [https://qq52o.me/2229.html](https://qq52o.me/2229.html)  \n3、微信企业付款至用户零钱银行卡 [https://qq52o.me/2232.html](https://qq52o.me/2232.html)  \n4、`PHPMailer`发送`SMTP`邮件可带附件 [https://qq52o.me/2237.html](https://qq52o.me/2237.html)  \n5、通过邮箱获取全球公认的`Gravatar`头像地址或`QQ`头像 [https://qq52o.me/2239.html](https://qq52o.me/2239.html)  \n6、微信公众号支付 [https://qq52o.me/2243.html](https://qq52o.me/2243.html)  \n7、封装一个`P`方法打印数组 [/Application/Home/Controller/IndexController.class.php/p](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Home/Controller/IndexController.class.php#L23)  \n8、生成二维码 [/Application/Home/Controller/IndexController.class.php/qrcode](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Home/Controller/IndexController.class.php#L12)  \n9、聚合数据物流查询 [https://qq52o.me/2334.html](https://qq52o.me/2334.html)   \n10、发送微信模板消息 [https://qq52o.me/2331.html](https://qq52o.me/2331.html)   \n11、自定义微信菜单 [https://qq52o.me/2430.html](https://qq52o.me/2430.html)   \n12、发送消息到钉钉机器人 [/Application/Admin/Controller/IndexController.class.php/sendMessageToDingdingRobot](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Admin/Controller/IndexController.class.php#L45)   \n13、请求接口返回内容（CURL） [/Application/Common/Common/function.php/myCurl](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L186)   \n14、使用`webhook`自动部署项目代码 [/Application/Admin/Controller/IndexController.class.php/gitWebHook](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Admin/Controller/IndexController.class.php#L68)   \n15、增加使用方糖推送微信模板消息 一对多 [/Application/Common/Common/function.php/sendPushBear](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L242)   \n 一对一 [/Application/Common/Common/function.php/scSend](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L263)   \n16、对二维数组查询结果集进行排序 [/Application/Common/Common/function.php/listSortBy](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L294)   \n17、生成订单号 [/Application/Common/Common/function.php/setOrderId](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L327)   \n18、转义和反转义`emoji`表情 [/Application/Common/Common/function.php/emoji_encode](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L341)   \n19、对二维数组进行排序、去重 [/Application/Common/Common/function.php/assocUnique](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L221)   \n20、获取二维数组的差值（有唯一键） [/Application/Common/Common/function.php/getDiffArrayByPk](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L379)   \n21、获取二维数组的差值（无唯一键） [/Application/Common/Common/function.php/getDiffArrayByFilter](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L400)   \n22、PHP 格式化时间显示刚刚、几分钟前、昨天、前天 [/Application/Common/Common/uc_time_ago](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L410)   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsy-records%2Fthinkphp-syz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsy-records%2Fthinkphp-syz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsy-records%2Fthinkphp-syz/lists"}