🔑
License Generation
Generate unique license keys instantly for each purchase or customer.
Built for plugin developers
Diinta License Hub helps you issue, activate, verify, and monitor software licenses with trial support, domain locking, and production-ready API integration.
License Dashboard
Live Overview
Issued
2,451
Active Installs
1,928
Latest Activations
Realtime
Everything you need to run secure, scalable plugin licensing.
🔑
Generate unique license keys instantly for each purchase or customer.
🌐
Bind licenses to domains and installation identifiers to stop abuse.
⏱️
Enable frictionless 7/14 day trial onboarding and automatic expiry.
🔌
Integrate activation and validation endpoints directly into your plugin.
📊
Monitor active installs, seat usage, and verification activity from admin.
🛡️
Protect against key sharing with signed requests, lock rules, and audit trails.
Step 1
Set product code, secret, defaults, and activation policy.
Step 2
Issue trial or standard licenses and assign to customer/domain.
Step 3
Your plugin calls API endpoints to activate and validate usage.
Drop-in verification and activation clients ready to integrate in 60 seconds.
// Laravel / PHP Client Verification
use Illuminate\Support\Facades\Http;
$response = Http::timeout(10)->post('https://diinta.so/api/v1/public/licenses/verify', [
'product_code' => 'YOUR_PRODUCT_CODE',
'license_key' => 'XXXX-XXXX-XXXX-XXXX',
'domain' => request()->getHost(),
'instance_id' => config('app.instance_uuid'),
]);
if ($response->successful() && $response->json('ok')) {
$licenseData = $response->json('data');
$signedToken = $response->json('token');
// License is valid! Entitlements: $licenseData['entitlements']
}
📦
Your core product with full license activation and update support.
Learn more🧩
Issue addon-specific licenses for upsells and modular features.
Learn more⚙️
Manage extension versions, release notes, and secure download delivery.
Learn moreDiinta License Hub protects software against piracy with robust server-side controls.
Protection Overview
Signature Window
300s
Nonce Replay
Blocked
Domain Lock
Enabled
Audit Events
Realtime
Scale your software and plugin licensing effortlessly from launch to enterprise.
Ideal for indie plugin developers and single SaaS tools.
For high-growth software teams & WooCommerce agencies.
Custom volume, air-gapped deployments & high availability.
Everything you need to know about Diinta License Hub architecture.
Launch a secure licensing system for your plugins and keep full control over activations, trials, and updates.
Create Account