PHPackages                             bclibraries/libraryh3lp - 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. bclibraries/libraryh3lp

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

bclibraries/libraryh3lp
=======================

Links to LibraryH3lp

1.0.0(6y ago)13MITPHPPHP &gt;=7.1.0

Since Mar 18Pushed 6y ago4 watchersCompare

[ Source](https://github.com/BCLibraries/libraryh3lp)[ Packagist](https://packagist.org/packages/bclibraries/libraryh3lp)[ RSS](/packages/bclibraries-libraryh3lp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

LibraryH3lp
===========

[](#libraryh3lp)

`libraryh3lp` is a PHP module for linking to the LibraryH3lp chat. For sites that have multiple queues, it determines the best available queue to link.

Installation
------------

[](#installation)

Use the composer package manager:

```
composer require bclibraries/libraryh3lp:^1.0
```

Usage
-----

[](#usage)

Minimal usage:

```
use BCLib\Libraryh3lp\Queue;
use BCLib\Libraryh3lp\Resolver;

// Build a resolver with the LibraryH3lp queues we use, in order of preference.
$resolver = new Resolver([
    new Queue('queue-1', 'Optimal Queue'),
    new Queue('queue-2', 'Second Best Queue'),
    new Queue('queue-3', 'Backup Queue')
]);

// Get the best LibraryH3lp queue URL...
$url = $resolver->resolve();

// ...or redirect to best LibraryH3lp queue.
$resolver->redirect();
```

### Queue options

[](#queue-options)

`Queue` constructors take the following arguments:

- **`code`** - (*string*) the queue's LibraryH3lp ID code
- **`title`** - (*string*) a human-readable title for the queue
- `skin` - (*string*) a numeric LibraryH3lp skin code
- `sounds` - (*bool*) enable sounds by default

```
$queue = new Queue('queue-code', 'Queue Title', '99999', true);
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2251d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/210404?v=4)[Benjamin Florin](/maintainers/Otterfan)[@Otterfan](https://github.com/Otterfan)

---

Top Contributors

[![Otterfan](https://avatars.githubusercontent.com/u/210404?v=4)](https://github.com/Otterfan "Otterfan (2 commits)")

### Embed Badge

![Health badge](/badges/bclibraries-libraryh3lp/health.svg)

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

###  Alternatives

[nojimage/twitter-text-php

A library of PHP classes that provide auto-linking and extraction of usernames, lists, hashtags and URLs from tweets.

1241.9M7](/packages/nojimage-twitter-text-php)[drupol/composer-packages

Composer Packages is a Composer plugin for getting information about installed packages in your project.

32274.0k1](/packages/drupol-composer-packages)

PHPackages © 2026

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