Linux 软件免费装
Banner图

License For Envato

开发者 ashrafulsarkar
codeholt
更新时间 2026年5月18日 03:13
捐献地址: 去捐款
PHP版本: 7.2 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

license manager license envato license plugin license license envato

下载

1.2.0 1.0.0 1.1.0

详情介绍:

Are you a theme or plugin developer selling your products on the Envato market? Struggling to manage purchase-code licenses across multiple customer domains? License For Envato is the solution. Install this plugin on your WordPress site to turn it into a fully-featured license server. It validates Envato purchase codes through the official Envato API and stores per-domain activation records in your database. Your customers activate their copy directly from your theme or plugin settings page — no third-party service required. 🔑 How It Works
  1. Server Setup — Install the plugin on your WordPress site and connect your Envato personal token.
  2. Client Integration — Copy the provided PHP class into your theme or plugin and point it at your server URL.
  3. Display the Form — Instantiate the class on your settings page to render an activate/deactivate form for your customers.
⚡ Features 📖 Documentation Full documentation is available at https://ashrafulsarkar.github.io/license-envato/ 🐙 GitHub https://github.com/ashrafulsarkar/license-envato

安装:

  1. Deactivate the plugin if you have a previous version installed.
  2. Upload the license-envato folder to the /wp-content/plugins/ directory, or install it directly through the WordPress Plugins screen.
  3. Activate License For Envato via the Plugins menu in WordPress admin.
  4. Navigate to License Envato → Settings → Envato tab and paste your Envato personal token, then click Save Envato Token.
  5. Follow the documentation to integrate the client PHP class into your theme or plugin.
Required Envato Token Permissions

屏幕截图:

  • Account details displayed after a successful token connection.
  • Verified license list with domain and purchase-code records.
  • REST API activation and deactivation in action from a client theme/plugin.

常见问题:

How do I set up this plugin?

Go to wp-admin → License Envato → Settings, enter your Envato personal token under the Envato tab, and click Save Envato Token.

Where is the full documentation?

Full documentation with step-by-step integration instructions is available at https://ashrafulsarkar.github.io/license-envato/.

How does the client integration work?

Copy the PHP class from the documentation into your theme's functions.php or a dedicated file in your plugin. Set LICENCE_CALL_URL to your WordPress site URL and PREFIX to a unique prefix for your product. Then call new licenseCodeVerifyForm(); on your settings page.

Can I use this for multiple products?

Yes. Use a unique PREFIX constant per product to keep option keys separate in the WordPress database.

Where can I report bugs or contribute?

Bugs can be reported on the GitHub repository. Pull requests are welcome.

更新日志:

1.2.0 - 18-05-2026 1.1.0 - 11-05-2025 1.0.0 - 04-03-2023