Download the PHP package zxf/tools without Composer
On this page you can find all versions of the php package zxf/tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tools
PHP工具箱
基于 php 的项目模块开发 调用命名空间 使用 use zxf\…… 例如 use zxf\Http\Curl; use zxf\Tools\Collection;
在线文档: http://weisifang.com/docs/2
安装&引用
涵盖模块
模块 | 需要包含的文件夹/说明 |
---|---|
zxf\Tools\Collection | [Collection] 数据集合操作 |
Qqlogin | QQ登录 |
微信 | |
Pay | 支付 |
截图 | ScreenShot |
微博登录 | sina |
zxf\Min\JS | js 压缩工具(推荐) |
zxf\Min\CSS | css 压缩工具(推荐) |
QrCode | 生成二维码 |
BarCode | 生成条形码 |
Compressor | 图片压缩类 |
Cache | 文件缓存 |
TextToImg | 文字转图片 |
PHPMailer | 发送邮件 |
Curl | http 网络请求 |
Sms | 发送短信: ali(阿里云)[默认] 或者 tencent(腾讯云) |
Database | 数据库Orm模型 |
Pinyin | 中文转拼音 |
Menu | 生成目录菜单(adminlte、layuiadmin、nazox、inspinia) |
Random | 生成随机数 |
ImgToIco | 图片转ico 格式 |
Modules | laravel 多模块应用 |
Command | 命令行解析工具 |
Tree | 树形结构化 |
Dom | 简单快速的 HTML 解析器,此模块来源:https://github.com/Imangazaliev/DiDOM |
Encryption | AES、RSA加密解密 |
TnCode | 改良版滑动验证码 |
其他 | Command、Cookie管理、站点文件生成、时区转换文件操作等工具类 |
微信
Curl 网络请求
强大且简便的的Http 请求管理 「Http请求文档」
QQ登录
说明:不同框架可根据实际修改
提示:config('login.qq.default') 中需要包含3个元素 appid、appkey、callbackUrl
新浪微博登录
说明:不同框架可根据实际修改
提示:config('login.sina.default') 中需要包含3个元素 wb_akey、wb_skey、wb_callback_url
Cache 文件缓存
实例化
缓存 api
js压缩
css压缩
QrCode 创建二维码
BarCode 创建条形码
Compressor 图片压缩类
TextToImg 文字转图片
附 包中可使用的字体参照
Sms 发送短信
图片转ICO格式
Tree 树形结构化,
网页截图
使用前需要提前到phantomjs 下载相应的可执行应用程序
laravel 多模块应用
使用
trace
助手函数进行代码调试
多模文档说明
Command 命令行参数解析
更多
All versions of tools with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-pdo Version *
ext-gd Version *
ext-dom Version *
ext-iconv Version *
ext-curl Version *
ext-pdo Version *
ext-gd Version *
ext-dom Version *
ext-iconv Version *
ext-curl Version *
The package zxf/tools contains the following files
Loading the files please wait ....