minFraud PHP API v3.5.0

EmailDomainVisit
in package
implements JsonSerializable

Model containing information about an automated visit to the email domain.

This object provides data from MaxMind's automated checks of domain accessibility, including whether the domain is live, has errors, or redirects to another location.

Table of Contents

Interfaces

JsonSerializable

Properties

$hasRedirect  : bool|null
$lastVisitedOn  : string|null
$status  : string|null

Methods

__construct()  : mixed
jsonSerialize()  : array<string, mixed>

Properties

$hasRedirect read-only

public bool|null $hasRedirect

This field is present with a value of true if the domain redirects to another URL. If the domain does not redirect, this field will be null.

$lastVisitedOn read-only

public string|null $lastVisitedOn

The date when MaxMind last checked the domain's accessibility. This is expressed using the ISO 8601 date format (YYYY-MM-DD), e.g., "2025-11-15".

$status read-only

public string|null $status

The status of the domain based on the most recent automated check. Possible values are:

  • live - Domain is accessible and functioning
  • dns_error - Domain has DNS resolution issues
  • network_error - Network connectivity issues
  • http_error - HTTP request failed
  • parked - Domain appears to be parked
  • pre_development - Domain appears to be in pre-development

Methods

__construct()

public __construct(array<string, mixed>|null $response) : mixed
Parameters
$response : array<string, mixed>|null

jsonSerialize()

public jsonSerialize() : array<string, mixed>
Return values
array<string, mixed>

        
On this page

Search results