Download the PHP package agile/domain without Composer
On this page you can find all versions of the php package agile/domain. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor agile
Package domain
Short Description PHP check domain.
License MIT
Homepage http://www.huanguosoft.com
Package domain
Short Description PHP check domain.
License MIT
Homepage http://www.huanguosoft.com
Please rate this library. Is it a good library?
Informations about the package domain
domain
PHP根据url获取顶级域名
加载
composer require 'agile/domain:~1.0'
或者在composer.json文件中添加
"require": {
"agile/domain": "~1.0"
}
使用
use Agile\Lib\Domain\Domain;
public function index(Domain $domain)
{
$host = $domain->getDomain('http://www.huanguosoft.com');
var_dump($host);
}
All versions of domain with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
The package agile/domain contains the following files
Loading the files please wait ....