Skip to content

WordPress Libraries

A collection of small, focused PHP libraries we maintain and reuse across our WordPress plugins. Each one solves a single problem well, ships with a full test suite, and is built around small, injectable collaborators so it stays easy to test and extend.

LibraryPurpose
Freemius Plugin LicensingUI-free Freemius SDK: license activation, updates, and addon listing.
WP Cache HelperCallback-style remember() wrapper around the object cache and transients, with group flushing.
WP Queue ProcessNon-blocking async requests and a self-healing background queue for long jobs.
WP Review NoticeA gentle, dismissable admin notice asking for a wp.org review after a few days of usage.

All libraries require PHP 7.4+, ship on Composer, and are released under GPL-2.0-or-later. See each library's installation page for its Composer package name.