File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1010
1111原本所有功能集中在一个仓库中,使用方便,但不利于模块化维护和功能单独复用。
1212
13- 因此,我把它们拆开成了以下 5 个独立的 Composer 包:
13+ 因此,我把它们拆开成了以下 9 个独立的 Composer 包:
1414
1515| 包名 | 简介 |
1616| ------| ------|
2121| [ ` hejunjie/utils ` ] ( https://github.com/zxc7563598/php-utils ) | 常用数组、字符串、文件、网络等工具函数集合 |
2222| [ ` hejunjie/address-parser ` ] ( https://github.com/zxc7563598/php-address-parser ) | 收货地址智能解析工具,支持从非结构化文本中提取用户/地址信息 |
2323| [ ` hejunjie/url-signer ` ] ( https://github.com/zxc7563598/php-url-signer ) | URL 签名工具,支持对 URL 进行签名和验证。 |
24+ | [ ` hejunjie/google-authenticator ` ] ( https://github.com/zxc7563598/php-google-authenticator ) | Google Authenticator 及类似应用的密钥生成、二维码创建和 OTP 验证。 |
25+ | [ ` hejunjie/simple-rule-engine ` ] ( https://github.com/zxc7563598/php-simple-rule-engine ) | 一个轻量、易用的 PHP 规则引擎,支持多条件组合、动态规则执行。 |
2426
2527---
2628
You can’t perform that action at this time.
0 commit comments