Plugin info

Total downloads: 566
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/19/2025 (287 days ago)
Added to WordPress: 1/14/2025 (0 years old)
Minimum WordPress version: 5.2
Tested up to WordPress version: 6.7.4
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Stale • Last updated 287 days ago

38/100

Is License MXT – License Management System abandoned?

Likely maintained (last update 287 days ago).

Compatibility

Requires WordPress: 5.2
Tested up to: 6.7.4
Requires PHP: 7.0

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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()
    ]
]);

Installation

  1. Upload license-mxt folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Access plugin settings via ‘License MXT’ menu in admin panel

Frequently Asked Questions

Can I use this for multiple products?

Yes, you can manage licenses for multiple products by assigning unique product IDs.

Is the API secure?

Yes, the API uses WordPress REST API authentication and nonce verification.

Can I limit licenses to specific domains?

Yes, you can track and validate site URLs for each license key.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.0

  • Initial release
  • Basic license management features
  • REST API implementation
  • Dashboard statistics
  • Search and filter functionality