License MXT – License Management System

A powerful license management system for WordPress plugin and theme developers.

Author:Raju Ahmed (profile at wordpress.org)
WordPress version required:5.2
WordPress version tested:6.7.2
Plugin version:1.0.0
Added to WordPress repository:14-01-2025
Last updated:19-03-2025
Rating, %:0
Rated by:0
Plugin URI:https://www.webmxt.com/product/license-mxt
Total downloads:676
plugin download
Click to start download

License MXT provides a complete solution for managing software licenses within WordPress. Generate, validate and track license keys for your plugins and themes through an intuitive dashboard and RESTful API.

Key Features:
* License key generation and management
* Real-time license validation via REST API
* Site URL tracking and validation
* Comprehensive dashboard with usage statistics
* Multi-site license management
* Search and filter capabilities
* Easy integration with existing plugins/themes

Description: License key generation

Description: License key generation

Integration Example

Basic license validation:

$response = wp_remote_post('https://your-site.com/wp-json/license-mxt/v1/validate', [
    'body' => [
        'license_key' => 'YOUR-LICENSE-KEY',
        'site_url'    => home_url()
    ]
]);

FAQ
ChangeLog