This is a demonstration WordPress plugin showing how to implement the ProxyCheck Library in a WordPress environment.
This plugin demonstrates the integration of the ProxyCheck Library with WordPress, showing developers how to implement proxy & VPN detection, disposable email verification, and risk assessment capabilities in their own plugins.
- Download or fork this repository
- Place it in your WordPress plugins directory
- Run
composer install
in the plugin directory - Activate the plugin in WordPress
- Basic ProxyCheck library initialization
- IP-based proxy and VPN detection implementation
- Disposable email verification examples
- Example usage of geolocation and risk assessment features
- WordPress-optimized caching implementation
This is a demo implementation. For complete documentation and API details, please visit the core library repository at github.com/arraypress/proxycheck.
- PHP 7.4 or later
- WordPress 6.2.2 or later
- ProxyCheck.io API key
Contributions to this library are highly appreciated. Raise issues on GitHub or submit pull requests for bug fixes or new features. Share feedback and suggestions for improvements.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.