Libraries tagged by Alg
algenza/cosine-similarity
7017 Downloads
Cosine similarity
yarri/my-blowfish
35804 Downloads
Simple class for passwords hashing and checking using Blowfish algorithm
syspass/plugin-authenticator
9156 Downloads
2FA authentication plugin for sysPass based on TOTP algorithm (RFC 6238)
securepoint/token-bucket
14047 Downloads
Implementation of the Token Bucket algorithm.
phpbenchmark/phpbenchmark
11399 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
10449 Downloads
An A/B/x testing algorithm written in PHP by implementing the solution to the multi armed bandit problem
nadylib/leaky-bucket
27720 Downloads
An fiber-based implementation of the LeakyBucket algorithm
mordilion/huffman-php
20491 Downloads
PHP-Library for using the Huffman-Algorithm in PHP
mirovit/eik-validator
34501 Downloads
Algorithm for validation of EIK/BULSTAT in Bulgaria
markfullmer/porter2
26833 Downloads
Stem words using the English Porter 2 algorithm
maartenstaa/glicko2
6872 Downloads
PHP implementation of the Glicko-2 rating algorithm
lcobucci/jwt-rsassa-pss
8202 Downloads
An extension to lcobucci/jwt to handle RSASSA-PSS algorithms
kkiernan/caesar-cipher
17359 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
hollodotme/cologne-phonetic
26438 Downloads
PHP OOP Implementation of the 'Kölner Phonetic Index' - a soundex like algorithm for german language
evit/php-gm-crypto
2109 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.