Skip to content

themegrill/themegrill-sdk

Repository files navigation

ThemeGrill SDK

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published