Skip to content

devsokol/dns-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel DNS

This project is a Laravel package that provides a simple way to get DNS records for a domain.

Installation

Clone this repository and install the dependencies:

git clone https://github.com/your-repo/laravel-dns.git
cd laravel-dns
composer install

Usage

use App\Domain\Dns;

$dns = new Dns();
$records = $dns->getRecords('example.com');

Running Tests

vendor/bin/phpunit tests/Domain/DnsTest.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages