PHP Package: spatie/dns
Spatie's DNS PHP library facilitates seamless domain management for optimal SEO results and enhanced website performance.
Package Description
The spatie/dns PHP library offers comprehensive domain management capabilities for boosting your website's search engine optimization. With an array of powerful features, this library simplifies DNS configuration, enabling efficient handling of domain records and seamless integration into your projects. Enhance your website's performance and SEO ranking with spatie/dns.
Download Latest Version: 2.7.0

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/spatie/dns/2.7.0/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
use Spatie\Dns\Dns;
$obj = new Dns();
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.