PHPackages                             ke/thinkphp-utils - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ke/thinkphp-utils

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ke/thinkphp-utils
=================

the thinkphp utils

0406[1 PRs](https://github.com/wdaglb/thinkphp-utils/pulls)PHP

Since Dec 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wdaglb/thinkphp-utils)[ Packagist](https://packagist.org/packages/ke/thinkphp-utils)[ RSS](/packages/ke-thinkphp-utils/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

FormData
--------

[](#formdata)

兼容thinkphp5.0、thinkphp5.1、thinkphp6.0

tp6使用需在入口文件定义TP\_VERSION='6.x'

tp5.0使用需在入口文件定义TP\_VERSION='5.0'

如：

```
define('TP_VERSION', '6.x');

```

安装

```
composer require ke/thinkphp-utils dev-master

```

定义请求类

```
