PHPackages                             codeinwp/themeisle-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. codeinwp/themeisle-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

codeinwp/themeisle-sdk
======================

Themeisle SDK.

3.3.54(1w ago)2276.8k↑13.1%1GPL-2.0+PHP

Since Dec 21Pushed 2w ago3 watchersCompare

[ Source](https://github.com/Codeinwp/themeisle-sdk)[ Packagist](https://packagist.org/packages/codeinwp/themeisle-sdk)[ Docs](https://github.com/Codeinwp/themeisle-sdk)[ RSS](/packages/codeinwp-themeisle-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (6)Versions (120)Used By (1)

Themeisle SDK
=============

[](#themeisle-sdk)

ThemeIsle SDK used to register common features for products in the portfolio.

Can be installed using composer: `composer require codeinwp/themeisle-sdk`and manually autoloading the load.php file in the composer.json file of your project:

```

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

```

### Features

[](#features)

- Loads the most recent version of the library across all the products on the same wordpress instance. For instance if there is a theme which bundles v2.0.0 of the SDK and one plugin which bundles the v1.9.1, it will load on the most recent one, v2.0.0 for both products.
- If there are two products using the same version, it will load the first one that register the SDK, unless it's explicitly overwritten.
- Each functionality is bundled into modules, which are loaded based on the product type. Free/Pro, is available on wordpress or not.
- Telemetry. Track the use of the feature. [Check the docs to learn more](./docs/telemetry.md).

### How to register product

[](#how-to-register-product)

- The library works out of the box by simply loading the autoloader into the plugin/theme files.
- Some modules are loaded only if the product is not available on WordPress.org ( licenser/review ). You can define if the product is available on wordpress.org by adding this file header `WordPress Available:  ` where `` will be replaced with the proper status.
- If the product requires is a premium one and requires a licesing mechanism, we can use `Requires License: ` to specifically tell that the product requires license.

### Guides

[](#guides)

**Setup &amp; Testing**

- [Add and use Telemetry in a product](./docs/TELEMETRY.md)
- [Running and adding an E2E test](./docs/E2E.md)

**Feature Modules**

- [Licenser — license activation, updates, WP-CLI](./docs/LICENSER.md)
- [Logger — anonymous usage tracking](./docs/LOGGER.md)
- [Notifications — admin notice queue](./docs/NOTIFICATIONS.md)
- [Review — WordPress.org review prompts](./docs/REVIEW.md)
- [Promotions — cross-product promotional notices](./docs/PROMOTIONS.md)
- [Rollback — revert to a previous version](./docs/ROLLBACK.md)
- [Uninstall Feedback — deactivation survey](./docs/UNINSTALL-FEEDBACK.md)
- [About Us — company/product about page](./docs/ABOUT-US.md)
- [Float Widget — floating help panel](./docs/FLOAT-WIDGET.md)
- [Announcements — Black Friday and sale banners](./docs/ANNOUNCEMENTS.md)
- [Welcome — post-install upgrade offer](./docs/WELCOME.md)
- [Compatibilities — version compatibility warnings](./docs/COMPATIBILITIES.md)

**AI Agent Reference**

- [AGENTS.md](./AGENTS.md) — quick-reference for AI agents working in this codebase

###  Health Score

61

—

FairBetter than 98% of packages

Maintenance98

Actively maintained with recent releases

Popularity38

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~23 days

Recently: every ~52 days

Total

119

Last Release

10d ago

Major Versions

1.0.0 → 3.0.02018-12-21

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3330746?v=4)[Marius Cristea](/maintainers/selul)[@selul](https://github.com/selul)

---

Top Contributors

[![pirate-bot](https://avatars.githubusercontent.com/u/58979018?v=4)](https://github.com/pirate-bot "pirate-bot (1 commits)")

---

Tags

wordpress

### Embed Badge

![Health badge](/badges/codeinwp-themeisle-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/codeinwp-themeisle-sdk/health.svg)](https://phpackages.com/packages/codeinwp-themeisle-sdk)
```

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k230.2k13](/packages/tgmpa-tgm-plugin-activation)[aristath/kirki

Extending the WordPress customizer

1.3k73.1k4](/packages/aristath-kirki)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.7k](/packages/afragen-git-updater)[tacowordpress/tacowordpress

WordPress custom post types that feel like CRUD models

232.2k](/packages/tacowordpress-tacowordpress)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
