License MXT — License Management System

Описание

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

Установка

  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

Часто задаваемые вопросы

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.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«License MXT — License Management System» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «License MXT — License Management System» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.0

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