PHPackages                             hypothesis/wp-hypothesis - 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. hypothesis/wp-hypothesis

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

hypothesis/wp-hypothesis
========================

An open platform for the collaborative evaluation of knowledge.

v0.7.5(5mo ago)29256↓100%14[9 issues](https://github.com/hypothesis/wp-hypothesis/issues)BSD-3-ClausePHPPHP &gt;=7.4

Since Nov 16Pushed 5mo ago15 watchersCompare

[ Source](https://github.com/hypothesis/wp-hypothesis)[ Packagist](https://packagist.org/packages/hypothesis/wp-hypothesis)[ Docs](https://github.com/hypothesis/wp-hypothesis)[ RSS](/packages/hypothesis-wp-hypothesis/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

[hypothes.is](http://hypothes.is/) for WordPress
================================================

[](#hypothesis-for-wordpress)

Stable versions are available on the [Hypothesis plugin page on WordPress.org](https://wordpress.org/plugins/hypothesis/).

Install this plugin
-------------------

[](#install-this-plugin)

### Via composer

[](#via-composer)

This plugin can be installed with composer, from the standard package registry (packagist.org)

```
composer require hypothesis/wp-hypothesis

```

### Via WordPress plugins directory

[](#via-wordpress-plugins-directory)

1. Visit your WordPress plugins page (/wp-admin/plugins.php)
2. Click the Add New button
3. Search the WordPress plugins directory for Hypothes.is
4. Click Install Now.
5. Click Activate
6. Visit your WordPress Settings &gt; Hypothesis page to configure how it works on your site

Development
-----------

[](#development)

1. Install `php` and the `dom` and `mbstring` extensions.
2. [Download Composer](https://getcomposer.org/download/), the PHP package manager.
3. Run `make dev`. This will start a local WordPress instance with this plugin mounted on it.
4. Access  (the first time you'll have to finish setting up WordPress by following presented instructions)

Publishing
----------

[](#publishing)

Follow these steps to publish a new plugin version.

1. **Update the package version** in `hypothesis.php`, `readme.txt` and `package.json`
2. **Update readme.txt**, adding the new version with its list of changes, under the `Changelog` section.
3. **Merge** the changes into the `main` branch[1](#user-content-fn-1-376ea691e857fb28d1194c137d4637f0). We use [Semantic Versioning](https://semver.org/#semantic-versioning-200).
4. **Create a tag** pointing at the version-change commit and generate a **new GitHub release** (details follow). Publishing a GitHub release will kick off a GitHub Action that will publish the plugin to wordpress.org

Note

The package will be automatically published in packagist.org just by pushing the new git tag.

### Creating a GitHub release

[](#creating-a-github-release)

Create a [new GitHub release](https://github.com/hypothesis/wp-hypothesis/releases/new/) with these values:

1. *Tag*: Create a new tag for the release, targeting the `main` branch (your just-merged version bump should be at the tip)[2](#user-content-fn-2-376ea691e857fb28d1194c137d4637f0). The tag should match the version number, e.g. `v5.2.1`.
2. *Title*: Use the tag name.
3. Click the `Auto-generate release notes` button to generate release notes and edit as needed. We use [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) formatting.[3](#user-content-fn-3-376ea691e857fb28d1194c137d4637f0)
4. Leave other fields alone/as defaults.

License
-------

[](#license)

[BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause)

Footnotes
---------

1. Unlike other PRs, a version-bump PR does not require review. But do wait for CI to complete first. [↩](#user-content-fnref-1-376ea691e857fb28d1194c137d4637f0)
2. You can create a tag manually as a separate step if you want to tag a non-tip commit. [↩](#user-content-fnref-2-376ea691e857fb28d1194c137d4637f0)
3. You can look at release notes for [other recent releases](https://github.com/hypothesis/wp-hypothesis/releases) as exemplars. You don't need to include every change (especially, e.g., dependency updates). [↩](#user-content-fnref-3-376ea691e857fb28d1194c137d4637f0)

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance64

Regular maintenance activity

Popularity28

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~367 days

Recently: every ~169 days

Total

10

Last Release

167d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab139b618968bd66aad15f829de4940d39feac6fdf8bef3844a9379017e54e41?d=identicon)[eng-hypothesis](/maintainers/eng-hypothesis)

---

Top Contributors

[![acelaya](https://avatars.githubusercontent.com/u/2719332?v=4)](https://github.com/acelaya "acelaya (18 commits)")[![judell](https://avatars.githubusercontent.com/u/46509?v=4)](https://github.com/judell "judell (12 commits)")[![BigBlueHat](https://avatars.githubusercontent.com/u/43209?v=4)](https://github.com/BigBlueHat "BigBlueHat (10 commits)")[![lenazun](https://avatars.githubusercontent.com/u/6117168?v=4)](https://github.com/lenazun "lenazun (5 commits)")[![JakeHartnell](https://avatars.githubusercontent.com/u/521978?v=4)](https://github.com/JakeHartnell "JakeHartnell (4 commits)")[![timmmmyboy](https://avatars.githubusercontent.com/u/3890972?v=4)](https://github.com/timmmmyboy "timmmmyboy (4 commits)")[![boonebgorges](https://avatars.githubusercontent.com/u/246627?v=4)](https://github.com/boonebgorges "boonebgorges (1 commits)")[![nickstenning](https://avatars.githubusercontent.com/u/3602?v=4)](https://github.com/nickstenning "nickstenning (1 commits)")[![xolotl](https://avatars.githubusercontent.com/u/997548?v=4)](https://github.com/xolotl "xolotl (1 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/hypothesis-wp-hypothesis/health.svg)

```
[![Health](https://phpackages.com/badges/hypothesis-wp-hypothesis/health.svg)](https://phpackages.com/packages/hypothesis-wp-hypothesis)
```

###  Alternatives

[dazet/data-map

Library for mapping data structures.

2123.7k](/packages/dazet-data-map)

PHPackages © 2026

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