qq171787869 / tool
自用的php类库调用工具
Installs: 15
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/qq171787869/tool
Requires
- php: >=5.6.0
This package is auto-updated.
Last update: 2025-12-27 21:47:50 UTC
README
文档地址:https://www.xyg.cool/doc/tool.html
xyg父命名空间下的调用 $tool = \xyg\tool\Loader::class('alibaba.alipay.f2f');
其它命名空间下的调用 $tool = \xyg\tool\Loader::class('other.alipay.f2f', false);
curl类 用法:$data = \xyg\tool\Request::instance()->curl($url, $params, $header = [], $showResponseHeader = false, $location = false);