Sell, Deliver, and Manage Licenses β 100% Automated
RLUS turns your WooCommerce store into a fully automated WordPress plugin marketplace. From license generation to customer updates, everything runs seamlessly in the background.
A buyer completes checkout for your plugin β just like any other WooCommerce product.
RLUS instantly creates a unique, secure license key, linked to that order and customer.
The customer receives a branded, HTML email with their license key, activation guide, and download links.
Once activated, your plugin connects to RLUS β providing WordPress-native update notifications and version tracking just like plugins from wordpress.org.
Get started with just a few lines of code
// Include RLUS SDK for Plugin developers
require_once plugin_dir_path(__FILE__) . 'includes/class-rlus-sdk.php';class My_Plugin_License { private $sdk; public function __construct() { $this->sdk = new RLUS_SDK(‘your_product_id’, ‘https://yoursite.com/wp-json/rlus/v1/’); add_action(‘admin_notices’, array($this, ‘license_notice’)); } public function license_notice() { if (!$this->sdk->is_license_valid()) { echo ‘
';
}
}
}new My_Plugin_License();
// Include RLUS SDK for Theme developersrequire_once get_template_directory() . '/includes/class-rlus-sdk.php';$theme_license = new RLUS_SDK(‘your_theme_id’, ‘https://yoursite.com/wp-json/rlus/v1/’);
if (!$theme_license->is_license_valid()) { add_action(‘admin_notices’, function() { echo ‘
';
});
} RLUS is yourΒ complete licensing and automated update delivery platformβengineered to help WordPress plugin and theme developersΒ protect, monetize, and scaleΒ their premium products with zero complexity.
Every plan includes unlimited plugins, unlimited sites, and zero transaction fees.
Choose how you want to own and scale your licensing system.
For Developers & Small Businesses
For Developers & Small Businesses
For Agencies & Enterprises
We Build Your Plugin, Fully Integrated with RLUS WooCommerce Licensing
We research, plan, and develop a custom WordPress plugin based on your requirements.
No restrictions β your plugin works anywhere your customers need it.
Encrypted downloads, activation verification, auto-updates.
End-to-end assistance during build and 6 months post-launch
Automatic license generation, email delivery, and update management built-in.
Fully rebrandable so the plugin appears as your own product.
Track activations, sales, and plugin usage.
6 months included; additional support available optionally.