Overview

Namespaces

  • GeoIp2
    • Database
    • Exception
    • Model
    • Record
    • Test
      • Database
      • Model
      • WebService
    • WebService
  • MaxMind
    • MinFraud
      • Model
  • PHP

Classes

  • Address
  • BillingAddress
  • CreditCard
  • Device
  • Disposition
  • Email
  • Factors
  • GeoIp2Country
  • GeoIp2Location
  • Insights
  • IpAddress
  • Issuer
  • Score
  • ScoreIpAddress
  • ShippingAddress
  • Subscores
  • Warning
  • Overview
  • Namespace
  • Class

Class IpAddress

Model containing GeoIP2 data and the risk for the IP address.

GeoIp2\Model\AbstractModel implements JsonSerializable
Extended by GeoIp2\Model\Country
Extended by GeoIp2\Model\City
Extended by GeoIp2\Model\Insights
Extended by MaxMind\MinFraud\Model\IpAddress
Namespace: MaxMind\MinFraud\Model
Located at MinFraud/Model/IpAddress.php
Methods inherited from GeoIp2\Model\AbstractModel
__construct(), __get(), __isset(), get(), jsonSerialize()
Properties inherited from GeoIp2\Model\Country
$continent, $country, $locales, $maxmind, $registeredCountry, $representedCountry, $traits
Properties inherited from GeoIp2\Model\AbstractModel
$raw
Magic properties summary
public read-only float $risk

This field contains the risk associated with the IP address. The value ranges from 0.01 to 99. A higher score indicates a higher risk.

Magic properties inherited from GeoIp2\Model\Insights
$city, $continent, $country, $location, $maxmind, $mostSpecificSubdivision, $registeredCountry, $representedCountry, $subdivisions, $traits
Magic properties inherited from GeoIp2\Model\City
$postal
minFraud PHP API v1.4.0 API documentation generated by ApiGen