2017 © Pedro Peláez
 

agile-lib domain

PHP check domain.

image

agile/domain

PHP check domain.

  • Saturday, August 20, 2016
  • by huanguosoft
  • Repository
  • 1 Watchers
  • 3 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

domain

PHP根据url获取顶级域名, (*1)

加载

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);
}

The Versions

20/08 2016

dev-master

9999999-dev http://www.huanguosoft.com

PHP check domain.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

domain agile

17/03 2016

1.0

1.0.0.0 http://www.huanguosoft.com

PHP check domain.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

domain agile