klaussilveira / string-matcher

A PHP library that will help you to find known matches for an unknown string using a variety of algorithms and techniques.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project logo

String Matcher

Packagist Status Build Status GitHub Issues GitHub Pull Requests License


A PHP library that will help you to find known matches for an unknown string using a variety of algorithms and techniques.

Prerequisites

  • PHP 7.2 or higher

🏁 Getting Started

composer require sourceability/string-matcher

You can see examples of how to use this project in the examples directory.

🔧 Contributing

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

✍️ Authors

See the list of contributors who participated in this project.

LiquidMetal Algorithm Originators

About

A PHP library that will help you to find known matches for an unknown string using a variety of algorithms and techniques.

License:MIT License


Languages

Language:PHP 95.8%Language:Makefile 3.1%Language:Dockerfile 1.1%