https://github.com/labs64/pluginpass
PluginPass - WordPress PRO Plugin/Theme Licensing
https://github.com/labs64/pluginpass
activation digital-downloads hacktoberfest laas license license-key license-management licensing licensing-as-a-service monetization monetize netlicensing purchase-validator theme-licensing validation wordpress wordpress-development wordpress-plugin wordpress-theme
Last synced: 9 months ago
JSON representation
PluginPass - WordPress PRO Plugin/Theme Licensing
- Host: GitHub
- URL: https://github.com/labs64/pluginpass
- Owner: Labs64
- Created: 2018-07-25T12:10:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T12:37:51.000Z (about 6 years ago)
- Last Synced: 2025-03-21T13:44:17.211Z (10 months ago)
- Topics: activation, digital-downloads, hacktoberfest, laas, license, license-key, license-management, licensing, licensing-as-a-service, monetization, monetize, netlicensing, purchase-validator, theme-licensing, validation, wordpress, wordpress-development, wordpress-plugin, wordpress-theme
- Language: PHP
- Homepage: https://wordpress.org/plugins/pluginpass-pro-plugintheme-licensing/
- Size: 1.26 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# PluginPass - WordPress PRO Plugin/Theme Licensing (Public Alpha)

---
[](https://wordpress.org/plugins/PluginPass/)
[](https://wordpress.org/plugins/PluginPass/)
[](https://wordpress.org/plugins/PluginPass/)
[](https://wordpress.org/plugins/PluginPass/)
[](https://opensource.org/licenses/GPL-2.0)
---
## How to enable WordPress Plugin or Theme licensing
With [Labs64 NetLicensing](https://netlicensing.io), it’s incredibly easy to enable license management for any software product, whether you’re selling a WordPress plugin, theme, desktop app, or even SaaS and IoT products.
PluginPass is a WordPress license manager that makes it easy to monetize your WordPress plugins and themes.
The Plugin is designed to be easy-to-use, which you easily define as a dependency to your plugin or theme, so this takes care of the plugin's & theme's features activation and validation.
### Features
* Enable the subscription model for the plugin/theme
* Sell PRO versions of your plugin/theme
* Offer trial/evaluation version on the PRO features (with the fallback to the lite version)
* Enable up-selling by offering additional plugin/theme features
* Use plugin or theme on the given domain only
* License as many plugins/themes as you want
* Need more features? - [Let us know](https://github.com/Labs64/PluginPass/issues)
### Payment Gateways
Payment gateways supported in the plugin:
* PayPal
* Stripe
* MyCommerce
* FastSpring
* Braintree - *PLANNED*
* Authorize.net - *PLANNED*
* 2Checkout - *PLANNED*
* SOFORT Banking - *PLANNED*
## PluginPass Overview
[PluginPass](https://wordpress.org/plugins/pluginpass-pro-plugintheme-licensing/) is defined as a dependency to your WordPress plugin/theme and handles entire communication in a **secure way** with the [Labs64 NetLicensing](https://netlicensing.io), and allows plugins/themes activation and validation at customer's WordPress instance, as well as new Licenses acquisition or Licenses renewal.

## Quickstart
Add this code-snippet to your plugin:
```
$quard = new \PluginPass\Inc\Common\PluginPass_Guard( $api_key, $product_number, $plugin_folder );
if ($quard->validate( $product_module_number )) {
// do something
$quard->open_shop();
}
```
Detailed integration instructions, [ NetLicensing](https://netlicensing.io) products configuration tips and troubleshooting can be found on plugin's [Wiki page](https://github.com/Labs64/PluginPass/wiki).
## Contributing
Anyone and everyone is welcome to contribute. Dozens of developers have helped make the PluginPass what it is today.
Check out also our [Developers Guide here](https://github.com/Labs64/PluginPass/wiki/Developers-Guide).
## Related Links
* WordPress plugin page: [https://wordpress.org/plugins/pluginpass-pro-plugintheme-licensing/](https://wordpress.org/plugins/pluginpass-pro-plugintheme-licensing/)
* NetLicensing page: [https://netlicensing.io](https://netlicensing.io)
* Author: [Labs64](https://www.labs64.com)
* Source: [https://github.com/Labs64/PluginPass](https://github.com/Labs64/PluginPass)