andriisokolovskyi / test
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/andriisokolovskyi/test
Requires (Dev)
- laravel/laravel: ^10.2
- phpunit/phpunit: ^10.2
This package is auto-updated.
Last update: 2025-09-24 11:56:13 UTC
README
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