Stars: 195
Forks: 4
Pull Requests: 0
Issues: 7
Watchers: 5
Last Updated: 2021-03-06 11:56:04
A lightweight hostname parser according to public suffix list ICANN section
License: MIT License
Languages: PHP
This repository was a temporary workaround for
You should instead use:
This package contains a lightweight domain parser using the Public Suffix List (PSL) ICANN section based on the excellent work by Jeremy Kendall.
WARNING: Some people use the PSL to determine what is a valid domain name and what isn't. This is dangerous, particularly in these days where new gTLDs are arriving at a rapid pace, if your software does not regularly receive PSL updates, because it will erroneously think new gTLDs are not valid. The DNS is the proper source for this in normal condition. If you must use it for this purpose, please do not bake static copies of the PSL into your software with no update mechanism.
You need:
mbstring
extensionintl
extensioncurl
extension$ composer require league/uri-hostname-parser
Full documentation can be found at uri.thephpleague.com.
Contributions are welcome and will be fully credited. Please see CONTRIBUTING and CONDUCT for details.
Uri Hostname Parser
has a PHPUnit test suite and a coding style compliance test suite using PHP CS Fixer. To run the tests, run the following command from the project folder.
$ composer test
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This work is based on a Fork of PHP Domain Parser