Download the PHP package arraypress/wp-proxycheck without Composer
On this page you can find all versions of the php package arraypress/wp-proxycheck. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arraypress/wp-proxycheck
More information about arraypress/wp-proxycheck
Files in arraypress/wp-proxycheck
Package wp-proxycheck
Short Description A PHP library for integrating with the ProxyCheck.io API in WordPress, providing proxy & VPN detection, disposable email verification, geolocation, and risk assessment. Features comprehensive response handling and WordPress transient caching.
License GPL-2.0-or-later
Homepage https://github.com/arraypress/wp-proxycheck/
Informations about the package wp-proxycheck
ProxyCheck
Ask ProxyCheck.io whether an IP is a proxy, VPN or hosting provider, and whether an email address is disposable.
What it does
Most fraud on a small store arrives from a datacentre IP or a throwaway inbox. ProxyCheck.io answers both, and this wraps its API in something you can call from a checkout without thinking about HTTP: a response object with named methods, and a cache so the same visitor is not looked up on every page.
Features
- Tell whether an IP is a proxy, VPN, Tor exit or hosting provider
- Get a risk score, and the attack history behind it
- Check several addresses in one request rather than one at a time
- Tell whether an email address is disposable
- Read the country, city and network the address belongs to
- Cache answers for as long as you choose, and clear one address on demand
Installation
Quick start
Refuse a datacentre IP at checkout, and let everything else through:
And the email, before the account is created:
What it does not do
It does not tell you somebody is a fraudster. A VPN is a privacy tool as often as it is a red flag, and plenty of legitimate customers use one — the score belongs in a decision alongside other signals, not on its own.
Requirements
- PHP 8.3 or later
- WordPress 7.1 or later
- A ProxyCheck.io API key (the free tier is generous)
License
GPL-2.0-or-later