A lightweight SDK that provides common functionality and shared features for ThemeGrill themes and plugins.
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.
You can install this SDK via Composer:
composer require themegrill/themegrill-sdkThen, manually autoload the SDK in your project's composer.json file:
{
"autoload": {
"files": [
"vendor/themegrill/themegrill-sdk/load.php"
]
}
}- Removed unused modules and dependencies
- Customized namespaces, prefixes, and structure
- Enhanced compatibility with ThemeGrill themes and plugins
This project is licensed under the GNU General Public License v3.0 (GPLv3). See the LICENSE file for details.
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.