php-extended/php-tld-interface

A library to modelize the top level domain hierarchy

Maintainers

Package info

gitlab.com/php-extended/php-tld-interface

Issues

pkg:composer/php-extended/php-tld-interface

Statistics

Installs: 31 083

Dependents: 5

Suggesters: 0

Stars: 0


README

A library to modelize the top level domain hierarchy.

coverage

Installation

The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.

  • Download composer.phar from their website.
  • Then run the following command to install this library as dependency :
  • php composer.phar install php-extended/php-tld-interface ^9

Basic Usage

This library is an interface-only library.

For an example usage, see php-extended/php-tld-object.

License

MIT (See license file).