Download the PHP package kjantzer/liquidmetal-php without Composer
On this page you can find all versions of the php package kjantzer/liquidmetal-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kjantzer/liquidmetal-php
More information about kjantzer/liquidmetal-php
Files in kjantzer/liquidmetal-php
Download kjantzer/liquidmetal-php
More information about kjantzer/liquidmetal-php
Files in kjantzer/liquidmetal-php
Vendor kjantzer
Package liquidmetal-php
Short Description LiquidMetal is a PHP port of liquidmetal.js, a Quicksilver-inspiried scoring algorithm.
License MIT
Package liquidmetal-php
Short Description LiquidMetal is a PHP port of liquidmetal.js, a Quicksilver-inspiried scoring algorithm.
License MIT
Please rate this library. Is it a good library?
Informations about the package liquidmetal-php
LiquidMetal
This is a PHP port of rmm5t/liquidmetal:
“A mimetic poly-alloy of the Quicksilver scoring algorithm, essentially
LiquidMetal. </Schwarzenegger Voice>
”
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).
All versions of liquidmetal-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package kjantzer/liquidmetal-php contains the following files
Loading the files please wait ....