SDK Integration
/Introduction
SDK for WordPress
Our software development kit (SDK) is built intending to provide quick and easy integration with License Bridge.
Using the SDK for WordPress will power plugins and themes with:
- License protection and validation
- Plugin/theme auto-updates
- Plugin/theme auto installation after license purchase
- Inline checkout (2.0+) — Collect billing details and accept Paddle or Stripe payments without leaving WordPress admin
- Hosted checkout — Market landing page via
purchase_link()(Stripe, Paddle, and PayPal redirect)
Requirements
- PHP 7.2 or higher
- WordPress 6.4 or higher (compatible with 6.7+)
Getting started
- Install the SDK with Composer and add the integration snippet
- Use the SDK API for purchase links, inline checkout, license checks, and post-purchase redirects
- Configure inline checkout on your product (Paddle or Stripe)
- See the changelog for version history
💡
Our SDK for WordPress is open sourced. Visit our GitHub Repository to checkout the code or contribute. Developer reference also lives in the GitHub README.