themegrill/themegrill-sdk 问题修复 & 功能扩展

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

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

themegrill/themegrill-sdk

最新稳定版本:1.0.1

Composer 安装命令:

composer require themegrill/themegrill-sdk

包简介

A lightweight SDK that provides common functionality and shared features for ThemeGrill themes and plugins.

README 文档

README

A lightweight SDK that provides common functionality and shared features for ThemeGrill themes and plugins.

⚙️ Overview

The ThemeGrill SDK is a customized fork of the ThemeIsle SDK, tailored specifically for ThemeGrill’s ecosystem. It includes selected features and internal improvements to better align with our workflow, architecture, and product distribution.

📦 Installation

You can install this SDK via Composer:

composer require themegrill/themegrill-sdk

Then, manually autoload the SDK in your project's composer.json file:

{
  "autoload": {
    "files": [
      "vendor/themegrill/themegrill-sdk/load.php"
    ]
  }
}

🧩 Differences from the Original

  • Removed unused modules and dependencies
  • Customized namespaces, prefixes, and structure
  • Enhanced compatibility with ThemeGrill themes and plugins

📜 License

This project is licensed under the GNU General Public License v3.0 (GPLv3). See the LICENSE file for details.

🙏 Credits

This package is a fork of CodeinWP/ThemeIsle-SDK. Full credit to the original authors and contributors for their foundational work.

© ThemeGrill. All rights reserved.

统计信息

  • 总下载量: 83
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2025-11-12