wolverineo250kr/yii2-pevnev-domain-helper
Composer 安装命令:
composer require wolverineo250kr/yii2-pevnev-domain-helper
包简介
Domain helper based on Yii2 framework
README 文档
README
Install
composer require "wolverineo250kr/yii2-pevnev-domain-helper":"*"Usage
To get domain zone simply call in your Yii2 app following php command:\wolverineo250kr\helpers\domain\DomainHelper::getZone();given url: https://yourdomain.com
result example: com
----------------------------------------------------------------
To get domain name without subdomain simply call in your Yii2 app following php command:
\wolverineo250kr\helpers\domain\DomainHelper::getBase();given url: https://yourdomain.com
result example: yourdomain.com
----------------------------------------------------------------
To get scheme call in your Yii2 app following php command:
\wolverineo250kr\helpers\domain\DomainHelper::getScheme();given url: https://yourdomain.com
result example: https
----------------------------------------------------------------
To get subdomain call in your Yii2 app following php command*:
\wolverineo250kr\helpers\domain\DomainHelper::getSubdomain();given url: https://subdomain.yourdomain.com
result example: subdomain
* Incase of url has more than one subdomain, the command will always take first subdomain. Thus https://subdomain-one.subdomain-two.yourdomain.com will output subdomain-one
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-11