2017 © Pedro Peláez
 

library valid-hostname

A simple (but real) hostname validator

image

africc/valid-hostname

A simple (but real) hostname validator

  • Saturday, November 11, 2017
  • by lifeofguenter
  • Repository
  • 0 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 214 % Grown

The README.md

africc/valid-hostname

Build Status Scrutinizer Code Quality Coverage Status Latest Stable Version Packagist Latest Unstable Version License, (*1)

A simple (but real) hostname validator in PHP., (*2)

Install

$ composer require africc/valid-hostname

Usage

<?php

require 'vendor/autoload.php';

if (AfriCC\Valid\hostname('google.com')) {
    echo 'valid!';
}

License

Licensed under the MIT License. See the LICENSE file for details., (*3)

Author Information

AfriCC, (*4)

The Versions

11/11 2017

dev-master

9999999-dev https://github.com/AfriCC/php-valid-hostname

A simple (but real) hostname validator

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-intl *

 

The Development Requires

validator domains tld hostname

11/11 2017

0.1.2

0.1.2.0 https://github.com/AfriCC/php-valid-hostname

A simple (but real) hostname validator

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-intl *

 

The Development Requires

validator domains tld hostname