A PHP library that will help you to find known matches for an unknown string using a variety of algorithms and techniques.
- PHP 7.2 or higher
composer require sourceability/string-matcher
You can see examples of how to use this project in the examples directory.
To run the phpunit suite:
make tests-unit
To run the CS checks:
make cs-checks
To fix automatically resolveable CS issues:
make cs-fix
To run static analysis:
make static-analysis
See the list of contributors who participated in this project.
- Ryan McGeary LiquidMetal-JS
- Kevin Jantzer LiquidMetal-PHP