← Back to Packages

Package

Laravel Domain Keeper

PHP Laravel

Domain registrar-expiry reader for Laravel, RDAP first with a port-43 WHOIS fallback.

Overview

Ask it for a domain and it returns the registrar expiry date as a Carbon instance. The package stores nothing and keeps no state between lookups, so it pairs well with a scheduled job that checks expiry dates and alerts before renewal deadlines.

Installation

composer require labrodev/laravel-domain-keeper

Tips

  • RDAP is tried first for structured, reliable data; WHOIS on port 43 is the fallback for registries without RDAP.
View on GitHub →