Libraries tagged by Algorithm
triun/longest-common-substring
40956 Downloads
PHP implementation of an algorithm to solve the `longest common substring` problem.
syspass/plugin-authenticator
9079 Downloads
2FA authentication plugin for sysPass based on TOTP algorithm (RFC 6238)
securepoint/token-bucket
12926 Downloads
Implementation of the Token Bucket algorithm.
phpbenchmark/phpbenchmark
11390 Downloads
Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses
offdev/bandit
10401 Downloads
An A/B/x testing algorithm written in PHP by implementing the solution to the multi armed bandit problem
motley/hopcroft-karp
8087 Downloads
Hopcroft-Karp algorithm
mordilion/huffman-php
19719 Downloads
PHP-Library for using the Huffman-Algorithm in PHP
markfullmer/porter2
26649 Downloads
Stem words using the English Porter 2 algorithm
maartenstaa/glicko2
6762 Downloads
PHP implementation of the Glicko-2 rating algorithm
lcobucci/jwt-rsassa-pss
3958 Downloads
An extension to lcobucci/jwt to handle RSASSA-PSS algorithms
kkiernan/caesar-cipher
17164 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
hollodotme/cologne-phonetic
26278 Downloads
PHP OOP Implementation of the 'Kölner Phonetic Index' - a soundex like algorithm for german language
evit/php-gm-crypto
1922 Downloads
Fully compatible with the sm4-cbc and sm4-ecb state secret SM algorithms of openssl. When openssl >= 1.1.1 supports the state secret algorithm, directly call openssl for SM4 encryption and decryption, otherwise call the custom algorithm.
esperecyan/url
7921 Downloads
Makes the algorithms and APIs defined by URL Standard (replaces RFC 3986 and RFC 3987) available on PHP. / URL Standard (RFC 3986、RFC 3987 を置き換える Web 標準仕様) で定義されているアルゴリズム、および API を PHP から利用できるようにします。
enzomc/php-fpgrowth
1209 Downloads
PHP implementation of the Frequent Pattern Growth algorithm