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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jonnybarnes/indieweb

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

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

IndieWeb helper functions

v0.3(5y ago)18.3k↓63.9%CC0-1.0PHPPHP ^7.3|^8.0CI failing

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 3w 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

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

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

2033d ago

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

v0.2PHP ^7.3

v0.3PHP ^7.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/108303?v=4)[Jonny Barnes](/maintainers/jonnybarnes)[@jonnybarnes](https://github.com/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/representative-h-card

1624.7k5](/packages/indieweb-representative-h-card)[monzer/filament-chatify-integration

Seamlessly integrate real-time messaging into your application.

255.0k](/packages/monzer-filament-chatify-integration)

PHPackages © 2026

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