Libraries tagged by Algorithm
robotomize/regression-php
33149 Downloads
Calculates regression
syspass/plugin-authenticator
9174 Downloads
2FA authentication plugin for sysPass based on TOTP algorithm (RFC 6238)
securepoint/token-bucket
14399 Downloads
Implementation of the Token Bucket algorithm.
rich-davis1/phpw2v
1147 Downloads
A PHP implementation of Word2Vec, a popular word embedding algorithm created by Tomas Mikolov and popularized by Radim Řehůřek & Peter Sojka with the Gensim Python library.
phpbenchmark/phpbenchmark
11407 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
10485 Downloads
An A/B/x testing algorithm written in PHP by implementing the solution to the multi armed bandit problem
nadylib/leaky-bucket
29224 Downloads
An fiber-based implementation of the LeakyBucket algorithm
mordilion/huffman-php
20922 Downloads
PHP-Library for using the Huffman-Algorithm in PHP
maartenstaa/glicko2
6951 Downloads
PHP implementation of the Glicko-2 rating algorithm
lcobucci/jwt-rsassa-pss
9583 Downloads
An extension to lcobucci/jwt to handle RSASSA-PSS algorithms
kkiernan/caesar-cipher
17376 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
evit/php-gm-crypto
2161 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
8093 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
1748 Downloads
PHP implementation of the Frequent Pattern Growth algorithm
convenia/credit-card-validator-php
40429 Downloads
Fork Off inacho/php-credit-card-validator Because it looks like is not being manteined anymore --- Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date