An open API service indexing awesome lists of open source software.

https://github.com/zhaoxianfang/utils


https://github.com/zhaoxianfang/utils

aes array crypto curl ecc http imagick rsa util

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

          

# 通用工具包和通用函数集

![](https://img.shields.io/packagist/dt/zxf/utils) ![](https://img.shields.io/github/stars/zhaoxianfang/utils.svg) ![](https://img.shields.io/github/forks/zhaoxianfang/utils.svg) ![](https://img.shields.io/github/tag/zhaoxianfang/utils.svg) ![](https://img.shields.io/github/release/zhaoxianfang/utils.svg) ![](https://img.shields.io/github/issues/zhaoxianfang/utils.svg)

## 📦 安装

```bash
composer require zxf/utils
```

## 函数

```php
// 极速并发UUID生成器
uuid():string
```

## 强大的DOM操作库
[🇺🇸 Dom README.md](src/Utils/Dom/README.md)

[🇨🇳 Dom 操作库 中文 README.md](src/Utils/Dom/README_CN.md)

## Xml 转换处理

## Minify 代码压缩

## Image 图片处理

## Http 网络请求

## Crypto 加密解密

## Data 数据转换、Tree树形结构、大数计算

## 更多