themegrill/themegrill-sdk

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

Installs: 68

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/themegrill/themegrill-sdk

1.0.1 2025-11-12 11:45 UTC

This package is auto-updated.

Last update: 2025-12-12 14:24:46 UTC


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.