PHP Package: spatie/dns

Spatie's DNS PHP library facilitates seamless domain management for optimal SEO results and enhanced website performance.

Current Version: 2.6.0
Last Updated: 2024-03-24
PHP Requirement: ^8.0
Dependencies:
phpunit/phpunit
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.7.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/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.