-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
576cb79
commit a9a2fbb
Showing
3 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# Pitk 个人优选工具库 | ||
# Pitk 个人优选工具库 | ||
Personal Integration Toolkit, Apcu|Memcache Cache, GUMP Validation | ||
|
||
## 简述 | ||
独立与PHP开发框架的个人优选工具库,以便编写跨框架的通用数据层 | ||
## 简述 | ||
独立与PHP开发框架的个人优选工具库,以便编写跨框架的通用数据层 | ||
|
||
## 用Apcu来缓存数据 | ||
## 用Apcu来缓存数据 | ||
|
||
## 用Memcache来缓存数据 | ||
## 用Memcache来缓存数据 | ||
|
||
## 数据校验 | ||
## 数据校验 | ||
|
||
## 用composer安装最新版本 | ||
## 用composer安装最新版本 | ||
``` shell | ||
$ composer require orz/dbh | ||
$ composer require orz/pitk | ||
``` | ||
|
||
### 不用composer直接下载 | ||
### 不用composer直接下载 | ||
[Download ZIP](https://github.com/huanguan1978/pitk/archive/refs/heads/main.zip). | ||
|
||
#### 致谢 | ||
感谢 sabre/cache, wixel/gump, 这些优秀类库的作者,是你们类库方便了日常编程开发。 | ||
#### 致谢 | ||
感谢 sabre/cache, wixel/gump, 这些优秀类库的作者,是你们类库方便了日常编程开发。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters