lapisense/wordpress-client
最新稳定版本:0.2.0
Composer 安装命令:
composer require lapisense/wordpress-client
包简介
WordPress client for the Lapisense licensing API
README 文档
README
WordPress integration for the Lapisense licensing API. Provides automatic update checking for plugins and themes, license activation, and product info display. Built on top of lapisense/php-client.
Requirements
- PHP 7.4+
- WordPress 5.8+
Installation
composer require lapisense/wordpress-client
Usage
use Lapisense\WordPressClient\Client; // Licensed product $lapisense = Client::init([ 'store_url' => 'https://store.example.com', 'product_uuid' => 'f47ac10b-58cc-4372-a567-0e02b2c3d479', 'product_type' => 'plugin', // or 'theme' 'file' => __FILE__, ]); $lapisense->activate($licenseKey); $lapisense->deactivate(); $lapisense->isActivated(); $lapisense->getActivationStatus();
License
GPL-2.0-or-later
统计信息
- 总下载量: 97
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-03-02