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

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

FAQ

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