← Back to Packages

Package

Laravel Domain Verifier

PHP Laravel

DNS-over-HTTPS TXT/CNAME resolver for Laravel with token-based domain-ownership verification.

Overview

Generate a verification token, tell the user which TXT record to publish, and check for it later. Every lookup goes over plain HTTPS to a configurable list of DoH resolvers, so no local DNS resolver configuration is required.

Installation

composer require labrodev/laravel-domain-verifier

Tips

  • Configure the list of DoH resolvers to query for resilience against a single provider outage.
View on GitHub →