kjantzer/liquidmetal-php
最新稳定版本:v1.3.0.1
Composer 安装命令:
composer require kjantzer/liquidmetal-php
包简介
LiquidMetal is a PHP port of liquidmetal.js, a Quicksilver-inspiried scoring algorithm.
README 文档
README
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).
统计信息
- 总下载量: 401.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-03