We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99019e8 commit 36f6227Copy full SHA for 36f6227
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
+ - 8.0
8
9
os:
10
- linux
README.md
@@ -1,6 +1,6 @@
1
# php-helper
2
k`s php helper/library/utils
3
-php 常用函数库/工具集,仅测试支持php 7.2/7.3/7.4
+php 常用函数库/工具集,仅测试支持php 7.2/7.3/7.4/8.0
包括数组、文件、验证、字符串、加解密等操作,具体见src/Helpers
0 commit comments