Download the PHP package dana/bitap without Composer
On this page you can find all versions of the php package dana/bitap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor dana
Package bitap
Short Description Fuzzy string search with Bitap algorithm
License MIT
Homepage https://github.com/okdana/bitap
Package bitap
Short Description Fuzzy string search with Bitap algorithm
License MIT
Homepage https://github.com/okdana/bitap
Please rate this library. Is it a good library?
Informations about the package bitap
\Dana\Bitap
\Dana\Bitap
is a minimal PHP implementation of a
Bitap fuzzy string-matching
algorithm.
Warning
This project hasn't been updated in a long time, and i don't think it's very good anyway. I haven't tried it myself, but you might consider using Loilo/Fuse instead.
Usage
Two methods are provided: match()
, which tests an individual needle string
against an individual hay-stack string, and grep()
, which tests an individual
needle string against an array of hay-stack strings (similar to \preg_grep()
.
To do
- Make Unicode-safe
- Provide methods which return the match index(es)
All versions of bitap with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package dana/bitap contains the following files
Loading the files please wait ....