PHP Package: daverandom/libdns

PHP library for DNS management providing easy-to-use functions and classes for querying, updating, and managing domain name system records.

Current Version: 2.1.0
Last Updated: 2024-04-13
PHP Requirement: >=7.1
Dependencies: psr/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

LibDNS is a comprehensive PHP library designed to simplify DNS management tasks by providing a robust set of tools for interacting with DNS servers. It offers a high-level interface for querying, updating, and managing DNS records, making it an essential tool for web developers and system administrators alike.

🔗 View on GitHub

Download Latest Version: 2.1.0

Download Download v2.1.0

Code Integration Example

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

<?php

// Example from PHPlibraries.com
require_once 'libs/daverandom/libdns/2.1.0/autoload.php';

use LibDNS\DNSManager;
use LibDNS\DNSRecord;
use PHPMailer\PHPMailer\PHPMailer;
use Psr\Log\LoggerInterface;


$obj = new LibDNS\DNSManager();
echo "✅ Example created successfully.";

?>

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