更多 ¶
包管理地址:https://packagist.org/
后期全部合并进去,减少依赖
视图 ¶
使用视图的话,还是得安装 组件
sh
composer require topthink/think-view
分词 ¶
二维码 ¶
【phpqrcode】
微信相关扩展包 ¶
【 EasyWechat 】
- https://github.com/overtrue/wechat
- https://www.easywechat.com/docs/4.1/installation
- composer require overtrue/wechat:~4.0 -vvv
鉴权 - jwt ¶
composer require lcobucci/jwt
网络请求 ¶
【Guzzle 执行HTTP请求】
guzzle
安装:composer require guzzlehttp/guzzle
仓库:https://github.com/guzzle/guzzle/
手册:https://docs.guzzlephp.org/
加密 ¶
加密
阿里云 ¶
阿里云相关
- oss文件服务 (选2.3.0 中文注释 ^_^ )
composer require aliyuncs/oss-sdk-php:2.3.0
https://help.aliyun.com/document_detail/85580.html?spm=a2c4g.11174283.6.1059.52087da2AQLq72
- 短信服务
https://www.aliyun.com/product/sms?spm=a2c4g.11186623.5.1.63645f30jZ455H
阿里云相关 ¶
https://github.com/aliyun/openapi-sdk-php/blob/master/README-zh-CN.mdhttps://github.com/aliyun/openapi-sdk-php/
mashape/unirest-php
简单易用的HTTP请求库
http://unirest.io/
guzzlehttp/guzzle
功能强大的HTTP请求库 文档
http://guzzlephp.org/
hassankhan/config
轻量级配置加载类,支持多种配置格式PHP, INI, XML, JSON, and YML
desarrolla2/cache
简单的缓存类,提供多种缓存驱动Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis
hashids/hashids
数字ID生成类似优酷视频ID,支持多语言,支持加盐生成
http://hashids.org/
sika/sitemap
XML网站地图生成器
catfan/medoo
简单易用数据库操作类 支持各种常见数据库
https://medoo.in/doc
rize/uri-template
URL生成
jdorn/sql-formatter
SQL语句格式化 支持语法高亮
intervention/image
图片处理,提供对图片的各种操作:获取图片信息,上传,格式转换,缩放,裁剪等等等
http://image.intervention.io/
phpmailer/phpmailer
邮件发送
excel操作类
phpoffice/phpexcel
https://github.com/PHPOffice/PHPExcel
league/route
路由调度
https://route.thephpleague.com/
willdurand/jsonp-callback-validator
JSONP callback参数验证 防止XSS攻击
monolog/monolog
日志操作composer官方就是用它做例子
https://github.com/Seldaek/monolog/blob/HEAD/doc/01-usage.md
phpcollection/phpcollection
PHP 集合操作 文档
seld/jsonlint
JSON 语法检查
geoip2/geoip2
IP地理位置信息
league/csv
CSV操作类
https://github.com/thephpleague/csv
jalle19/php-whitelist-check
IP/网址黑白名检查 支持模糊匹配
shark/simple_html_dom
php解析html类库
https://simplehtmldom.sourceforge.io/docs/1.9/index.html
naux/auto-correct
自动给中英文之间加入合理的空格并纠正专用名词大小写