sourceability / string-matcher
一个库,可以轻松使用多种方法找到最佳匹配的字符串
0.2.1
2021-02-18 18:19 UTC
Requires
- php: >=7.2
- ext-mbstring: *
- beberlei/assert: ^3.2
- lstrojny/functional-php: ^1.9
Requires (Dev)
- phpstan/phpstan-beberlei-assert: ^0.12
- phpstan/phpstan-deprecation-rules: ^0.12
- phpunit/phpunit: ^8.5
- sourceability/coding-standard: ^1.0@dev
- sourceability/phpstan-rules: dev-master
- thecodingmachine/phpstan-strict-rules: ^0.12
This package is auto-updated.
Last update: 2024-09-08 20:18:51 UTC
README
字符串匹配器
一个PHP库,可以帮助您使用各种算法和技术来找到未知字符串的已知匹配项。
先决条件
- PHP 7.2 或更高版本
🏁 入门
composer require sourceability/string-matcher
您可以在 examples 目录中查看如何使用此项目的示例。
🔧 贡献
运行 phpunit 测试套件
make tests-unit
运行代码风格检查
make cs-checks
自动解决可解决的代码风格问题
make cs-fix
运行静态分析
make static-analysis
✍️ 作者
查看参与此项目的 贡献者 列表。
LiquidMetal 算法原作者
- Ryan McGeary LiquidMetal-JS
- Kevin Jantzer LiquidMetal-PHP