PHPackages                             jonnybarnes/indieweb - 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. jonnybarnes/indieweb

ActiveLibrary

jonnybarnes/indieweb
====================

IndieWeb helper functions

v0.3(5y ago)18.0k—0%CC0-1.0PHPPHP ^7.3|^8.0

Since Jul 28Pushed 5y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

\#IndieWeb helpers These tools should help with things like POSSE-ing. Currently I'm only working with Twitter but adding other services is in the pipeline.

\##Installing Super simple with [composer](https://getcomposer.org):

```
composer require jonnybarnes/indieweb
```

\##Numbers The `Numbers` class allows you to convert between decimal and either NewBase60 or NewBase64, and vice versa.

```
$numbers = new Numbers();
$nb60id = $numbers->b60tunum($realId);
```

\##NotePrep The `NotePrep` class is for use when preparing a note that you want to [POSSE](https://indiewebcamp.com/POSSE) to another site, such as Twitter. With a provided note the `createNote` method will add a link to the original copy, truncating the note if necessary.

```
$noteprep = new NotePrep();
$originalNote = 'A lovely note.';
$posseCopy = $noteprep->createNote($note, 'https://abc.de/n/id', 140, true);
echo $posseCopy;// 'A lovely note. (https://abc.de/n/id)'
```

\##License As a library intended for use in the [IndieWeb](https://indiewebcamp.com) this is Licensed under the [Creative Commons Zero](https://spdx.org/licenses/CC0-1.0.html) license.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

1988d ago

PHP version history (3 changes)v0.1PHP &gt;=5.5

v0.2PHP ^7.3

v0.3PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0650c4ecaa439167fe726ab5bcc87151acd7e344573cc5c5744c86b7c68e3e96?d=identicon)[jonnybarnes](/maintainers/jonnybarnes)

---

Top Contributors

[![jonnybarnes](https://avatars.githubusercontent.com/u/108303?v=4)](https://github.com/jonnybarnes "jonnybarnes (37 commits)")

---

Tags

indiewebposse

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jonnybarnes-indieweb/health.svg)

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

###  Alternatives

[indieweb/link-rel-parser

Parse rel values from HTTP headers

2135.2k4](/packages/indieweb-link-rel-parser)[indieweb/representative-h-card

1624.1k3](/packages/indieweb-representative-h-card)[p3k/micropub

Utilities to help handle Micropub requests when building servers and clients

1216.2k1](/packages/p3k-micropub)

PHPackages © 2026

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