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
Requires
- php: >=7.2.24
Requires (Dev)
- yoast/phpunit-polyfills: ^4.0
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.