dwnload/edd-software-license-manager
最新稳定版本:2.3.2
Composer 安装命令:
composer require dwnload/edd-software-license-manager
包简介
A PHP class abstraction for managing WordPress plugin licenses and auto-updates that are sold on an Easy Digital Downloads store.
README 文档
README
A PHP class abstraction for managing WordPress plugin licenses and auto-updates that are sold on an Easy Digital Downloads store.
Package Installation (via Composer)
To install this package, edit your composer.json file:
{
"require": {
"dwnload/edd-software-license-manager": "^2.3"
}
}
Or run:
$ composer require dwnload/edd-software-license-manager
How to use this package
use Dwnload\EddSoftwareLicenseManager\Edd\License; $data = [ 'api_url' => 'https://frosty.media/', 'license' => License::getLicenseKey($plugin_id), 'item_name' => 'Custom Login Style Pack #1', // Name of this plugin (matching your EDD Download title). 'author' => 'Frosty Media', 'item_id' => (int), 'version' => '1.0.0', ]; \TheFrosty\WpUtilities\Plugin\Plugin $plugin ->add(new Edd\LicenseManager($plugin, $data)) ->add(new Edd\PluginUpdater($data['api_url'], __FILE__, $data)) ->initialize();
统计信息
- 总下载量: 1.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-14