PHPackages                             kjantzer/liquidmetal-php - 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. kjantzer/liquidmetal-php

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

kjantzer/liquidmetal-php
========================

LiquidMetal is a PHP port of liquidmetal.js, a Quicksilver-inspiried scoring algorithm.

v1.3.0.1(11y ago)4401.4k↓50%1MITPHPPHP &gt;=5.3.0

Since Mar 4Pushed 5y ago2 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

LiquidMetal
===========

[](#liquidmetal)

**This is a PHP port of [rmm5t/liquidmetal](http://github.com/rmm5t/liquidmetal):**

“A mimetic poly-alloy of the Quicksilver scoring algorithm, essentially LiquidMetal. ``”

Usage
-----

[](#usage)

If not using Composer's autoloader, include the library:

```
include 'LiquidMetal.php';

```

Score any string against an abbreviation:

```
LiquidMetal::score("FooBar",  "foo");   //=> 0.950
LiquidMetal::score("FooBar",  "fb");    //=> 0.917
LiquidMetal::score("Foo Bar", "fb");    //=> 0.929
LiquidMetal::score("Foo Bar", "baz");   //=> 0.0
LiquidMetal::score("Foo Bar", "");      //=> 0.8

```

All scores fall between a range of 0.0 (no match) to 1.0 (perfect match).

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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

4093d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41c3a224dadd89d229eabb2bdef97b667731dead909da6e51a77f97dd671db83?d=identicon)[jarodhayes](/maintainers/jarodhayes)

![](https://www.gravatar.com/avatar/34ff338968185cccad4dadffea5690d87cffd8e5fe76487dd451123876a66dae?d=identicon)[kjantzer](/maintainers/kjantzer)

---

Top Contributors

[![kjantzer](https://avatars.githubusercontent.com/u/467487?v=4)](https://github.com/kjantzer "kjantzer (9 commits)")[![webdevel](https://avatars.githubusercontent.com/u/1288852?v=4)](https://github.com/webdevel "webdevel (1 commits)")

### Embed Badge

![Health badge](/badges/kjantzer-liquidmetal-php/health.svg)

```
[![Health](https://phpackages.com/badges/kjantzer-liquidmetal-php/health.svg)](https://phpackages.com/packages/kjantzer-liquidmetal-php)
```

PHPackages © 2026

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