https://github.com/sy-records/thinkphp-syz
整合ThinkPHP功能系列
https://github.com/sy-records/thinkphp-syz
thinkphp
Last synced: about 1 year ago
JSON representation
整合ThinkPHP功能系列
- Host: GitHub
- URL: https://github.com/sy-records/thinkphp-syz
- Owner: sy-records
- License: lgpl-3.0
- Created: 2018-05-10T11:38:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T10:39:54.000Z (about 7 years ago)
- Last Synced: 2025-04-06T08:11:29.657Z (about 1 year ago)
- Topics: thinkphp
- Language: PHP
- Size: 1.99 MB
- Stars: 33
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thinkphp-syz
整合ThinkPHP功能系列
1、生成`csv`格式的`Excel`表格 [https://qq52o.me/2227.html](https://qq52o.me/2227.html)
2、`PHPExcel`生成`Excel`表格文件 [https://qq52o.me/2229.html](https://qq52o.me/2229.html)
3、微信企业付款至用户零钱银行卡 [https://qq52o.me/2232.html](https://qq52o.me/2232.html)
4、`PHPMailer`发送`SMTP`邮件可带附件 [https://qq52o.me/2237.html](https://qq52o.me/2237.html)
5、通过邮箱获取全球公认的`Gravatar`头像地址或`QQ`头像 [https://qq52o.me/2239.html](https://qq52o.me/2239.html)
6、微信公众号支付 [https://qq52o.me/2243.html](https://qq52o.me/2243.html)
7、封装一个`P`方法打印数组 [/Application/Home/Controller/IndexController.class.php/p](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Home/Controller/IndexController.class.php#L23)
8、生成二维码 [/Application/Home/Controller/IndexController.class.php/qrcode](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Home/Controller/IndexController.class.php#L12)
9、聚合数据物流查询 [https://qq52o.me/2334.html](https://qq52o.me/2334.html)
10、发送微信模板消息 [https://qq52o.me/2331.html](https://qq52o.me/2331.html)
11、自定义微信菜单 [https://qq52o.me/2430.html](https://qq52o.me/2430.html)
12、发送消息到钉钉机器人 [/Application/Admin/Controller/IndexController.class.php/sendMessageToDingdingRobot](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Admin/Controller/IndexController.class.php#L45)
13、请求接口返回内容(CURL) [/Application/Common/Common/function.php/myCurl](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L186)
14、使用`webhook`自动部署项目代码 [/Application/Admin/Controller/IndexController.class.php/gitWebHook](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Admin/Controller/IndexController.class.php#L68)
15、增加使用方糖推送微信模板消息 一对多 [/Application/Common/Common/function.php/sendPushBear](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L242)
一对一 [/Application/Common/Common/function.php/scSend](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L263)
16、对二维数组查询结果集进行排序 [/Application/Common/Common/function.php/listSortBy](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L294)
17、生成订单号 [/Application/Common/Common/function.php/setOrderId](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L327)
18、转义和反转义`emoji`表情 [/Application/Common/Common/function.php/emoji_encode](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L341)
19、对二维数组进行排序、去重 [/Application/Common/Common/function.php/assocUnique](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L221)
20、获取二维数组的差值(有唯一键) [/Application/Common/Common/function.php/getDiffArrayByPk](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L379)
21、获取二维数组的差值(无唯一键) [/Application/Common/Common/function.php/getDiffArrayByFilter](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L400)
22、PHP 格式化时间显示刚刚、几分钟前、昨天、前天 [/Application/Common/Common/uc_time_ago](https://github.com/sy-records/thinkphp-syz/blob/master/Application/Common/Common/function.php#L410)