Libdns is a PHP library offering comprehensive DNS management functions for seamless domain handling and DNS record manipulation.
Current Version: 2.1.0
Last Updated: 2024-04-13
PHP Requirement: >=7.1
Dependencies: None
Package Description
Libdns is a robust PHP library designed to simplify DNS management tasks, providing a wide range of functionalities for seamless domain handling and DNS record manipulation. With Libdns, users can effortlessly integrate DNS management into their applications, ensuring efficient and reliable domain operations.
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/loader.php';
use Daverandom\Libdns\DNSManager;
$obj = new DNSManager();
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.