wangqs / visit-detail
Check the details of this visit, including whether the source the search engine and source keywords 查看本次访问的详情,包含是否来源与搜索引擎和来源关键词
v2.2.1
2021-04-20 02:32 UTC
Requires
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ^6.3
README
Check the details of this visit, including whether the source the search engine and source keywords 查看本次访问的详情,包含是否来源与搜索引擎和来源关键词
Installing
$ composer require wangqs/visit-detail -vvv
Usage
Wangqs\VisitDetail\Visit::detail();
Wangqs\VisitDetail\Visit::detail('www.xxx.com');
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT