automattic/jetpack-ip

Utilities for working with IP addresses.

Package info

github.com/Automattic/jetpack-ip

Type:jetpack-library

pkg:composer/automattic/jetpack-ip

Statistics

Installs: 711 766

Dependents: 4

Suggesters: 0

Stars: 2

v0.4.14 2026-06-08 08:27 UTC

Requires

  • php: >=7.2

Suggests

Provides

None

Conflicts

None

Replaces

None

GPL-2.0-or-later 9d70e28051251cabc6f2c7323342bd5419612bd8


README

Utilities for working with IP addresses.

Usage

use Automattic\Jetpack\IP\Utils;

echo "Your IP address is: " . Utils::get_ip();

Using this package in your WordPress plugin

If you plan on using this package in your WordPress plugin, we would recommend that you use Jetpack Autoloader as your autoloader. This will allow for maximum interoperability with other plugins that use this package as well.

Security

Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.

License

IP is licensed under GNU General Public License v2 (or later)