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

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

webdevel/liquidmetal-php
========================

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

1.3.1(5y ago)113MITPHPPHP &gt;=5.3.0

Since Mar 4Pushed 5y agoCompare

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

READMEChangelogDependenciesVersions (3)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).

Originators
-----------

[](#originators)

- **[Kevin Jantzer](https://github.com/kjantzer)** [liquidmetal-php](https://github.com/kjantzer/liquidmetal-php)
- **[Ryan McGeary](http://ryan.mcgeary.org/)**

License
-------

[](#license)

*LiquidMetal* is free and open source software by [MIT License](LICENSE).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~2170 days

Total

2

Last Release

1920d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3627670272015ac3eda47024920dce2ed3f1ddcaf4c1b7f0643f22050ba6d9d2?d=identicon)[webdevels](/maintainers/webdevels)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[softark/yii2-dual-listbox

Bootstrap Dual Listbox Widget for Yii 2

20144.4k11](/packages/softark-yii2-dual-listbox)[nexylan/nexycrypt

Let's Encrypt ACME protocol PHP client

1065.1k](/packages/nexylan-nexycrypt)

PHPackages © 2026

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