Download the PHP package cyberfusion/domain-parser without Composer
On this page you can find all versions of the php package cyberfusion/domain-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cyberfusion/domain-parser
More information about cyberfusion/domain-parser
Files in cyberfusion/domain-parser
Download cyberfusion/domain-parser
More information about cyberfusion/domain-parser
Files in cyberfusion/domain-parser
Vendor cyberfusion
Package domain-parser
Short Description Library for domain parsing
License proprietary
Package domain-parser
Short Description Library for domain parsing
License proprietary
Please rate this library. Is it a good library?
Informations about the package domain-parser
php-cyberfusion-domain-parser
Library to parse domains into their subdomain, SLD, TLD, and registrable domain.
This library is a wrapper around jeremykendall/php-domain-parser
, focussed on ease of use.
Install
Composer
Run the following command to install the package from Packagist:
composer require cyberfusion/domain-parser
Usage
Example
Providers
Public Suffix List (recommended)
IANA
Caching
This package caches data. to prevent too many requests to providers. You can provide your own cache to Parser
, or use the included file cache.
For example, use the default cache store in Laravel:
All versions of domain-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
desarrolla2/cache Version ^3.0
guzzlehttp/guzzle Version ^7.5
illuminate/support Version ^10.4|^11.0
jeremykendall/php-domain-parser Version ^6.0
desarrolla2/cache Version ^3.0
guzzlehttp/guzzle Version ^7.5
illuminate/support Version ^10.4|^11.0
jeremykendall/php-domain-parser Version ^6.0
The package cyberfusion/domain-parser contains the following files
Loading the files please wait ....