Linux 软件免费装
Banner图

LicenShield

开发者 parthinian1
更新时间 2026年2月21日 15:37
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce software license license manager license license key

下载

1.7.14

详情介绍:

LicenShield is a complete software license management solution for WordPress developers. Sell your plugins and themes with confidence using secure license key validation, activation limits, and Stripe payments. Free Features Use Cases Developer Friendly LicenShield provides a simple REST API for license validation: POST https://yoursite.com/wp-json/ls/v1/validate { "license_key": "LS-XXXX-XXXX-XXXX-XXXX", "site_url": "https://customer-site.com" } LicenShield Pro Take your license business to the next level with Pro features: Visit licenshield.com for Pro pricing and details.

安装:

  1. Upload the licenshield folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to LicenShield → Settings to configure your options
  4. Create your first product under LicenShield → Products
  5. Start generating licenses under LicenShield → Licenses
Stripe Setup
  1. Go to LicenShield → Settings → Stripe
  2. Enter your Stripe API keys (test or live mode)
  3. Configure your webhook endpoint in your Stripe dashboard
  4. Payments will automatically generate licenses

屏幕截图:

  • License management with search and filtering
  • Product configuration with activation limits
  • Settings page with Stripe integration
  • License activation in your protected plugin
  • Customer email notification

升级注意事项:

1.4.2 New Setup Wizard for easy onboarding! Guides you through Stripe, products, and SDK integration step by step. 1.4.1 This version adds self-licensing capability and improved UI. Recommended for all users.

常见问题:

How do I validate licenses in my plugin?

Use the REST API endpoint to validate licenses. Example PHP code: $response = wp_remote_post('https://yoursite.com/wp-json/ls/v1/validate', [ 'body' => [ 'license_key' => $license_key, 'site_url' => home_url() ] ]);

Can I migrate from other license managers?

Yes, you can import licenses via CSV or create them manually in the dashboard.

Does it work with WooCommerce?

LicenShield works alongside WooCommerce but uses Stripe directly for payments. WooCommerce integration is planned for a future release.

How are license keys generated?

Keys use a secure format: LS-XXXX-XXXX-XXXX-XXXX with cryptographically random characters.

Can customers manage their own licenses?

Customers receive their license key by email after purchase. They can share the key with you to manage activations from the admin dashboard.

更新日志:

1.7.14 1.7.7 1.7.6 1.7.3 1.7.2 1.7.1 1.7.0 1.6.1 1.5.1 1.4.3 1.4.2 1.4.1 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0