lapisense/wordpress-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2026-03-02