Libraries tagged by algorithms
securepoint/token-bucket
12063 Downloads
Implementation of the Token Bucket algorithm.
phpbenchmark/phpbenchmark
11383 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
10358 Downloads
An A/B/x testing algorithm written in PHP by implementing the solution to the multi armed bandit problem
natsimhan/simplex-noise
373 Downloads
A speed-improved simplex noise algorithm for 2D in PHP.
mordilion/huffman-php
19106 Downloads
PHP-Library for using the Huffman-Algorithm in PHP
markfullmer/porter2
26447 Downloads
Stem words using the English Porter 2 algorithm
maartenstaa/glicko2
6622 Downloads
PHP implementation of the Glicko-2 rating algorithm
lcobucci/jwt-rsassa-pss
2096 Downloads
An extension to lcobucci/jwt to handle RSASSA-PSS algorithms
kkiernan/caesar-cipher
17079 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
jlorente/laravel-credit-cards
30071 Downloads
Laravel >=5.6 integration for the PHP Credit Cards package that allows to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm.
hollodotme/cologne-phonetic
26159 Downloads
PHP OOP Implementation of the 'Kölner Phonetic Index' - a soundex like algorithm for german language
gtjamesa/php-zscore
655 Downloads
Smoothed z-score peak detection algorithm (https://stackoverflow.com/questions/22583391/peak-signal-detection-in-realtime-timeseries-data/22640362#22640362)
esperecyan/url
7857 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 から利用できるようにします。
convenia/credit-card-validator-php
37876 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
codiliateur/text-similarity
6146 Downloads
Phrase similarity identification functions based on the trigram algorithm