PHP Package: jeremykendall/php-domain-parser

PHP library for domain parsing and analysis, providing SEO-optimized functionality with intuitive methods for domain handling and manipulation.

Current Version: 6.3.1
Last Updated: 2024-11-10
PHP Requirement: ^8.1
Dependencies:
php-fig/log
symfony/polyfill-mbstring
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

PHP-Domain-Parser is a comprehensive library designed for domain parsing tasks, offering SEO-optimized features for efficient domain analysis. With a robust set of functions, it simplifies domain-related operations, making it easier to work with domain data effectively and accurately. This library supports various domain parsing tasks, ensuring seamless integration and enhanced performance for web-related projects and applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 6.4.0

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/jeremykendall/php-domain-parser/6.4.0/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';
require_once 'libs/symfony/polyfill-mbstring/1.33.0/loader.php';

use Pdp\Domain;
use Pdp\DomainList;

$obj = new Domain();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.