Libraries tagged by Alg
noodlesnz/double-metaphone
122713 Downloads
This class implements a "sounds like" algorithm developed by Lawrence Philips which he published in the June, 2000 issue of C/C++ Users Journal. Double Metaphone is an improved version of Philips' original Metaphone algorithm.
leigh/mt-rand
80085 Downloads
PHP implementation of the MT19937 algorithm
leigh/chacha20
4021 Downloads
Pure PHP implementation of the ChaCha20 encryption algorithm.
lcobucci/jwt-rsassa-pss
7794 Downloads
An extension to lcobucci/jwt to handle RSASSA-PSS algorithms
kschu91/largest-remainder-method
60577 Downloads
A PHP implementation of the largest remainder method algorithm. This method is the most common way to get rid of rounding issues when working with rounded percentage values.
jp3cki/totp
18586 Downloads
RFC 6238 / TOTP: Time-Based One-Time Password Algorithm
jlorente/laravel-credit-cards
31863 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.
jeroenvisser101/leakybucket
112337 Downloads
An implementation of the Leaky Bucket algorithm.
ilicmiljan/weighted-ratings
38489 Downloads
A lightweight PHP library for calculating the Wilson Lower Bound Score and Bayesian Approximation weights for sorting algorithms based on user feedback.
hemiframe/php-aes
26151 Downloads
PHP class for encrypt and decrypt data with AES algorithm
dragon-code/card-number
11389 Downloads
Generation and verification of card numbers using Luhn's algorithm.
doctormckay/steam-totp
21677 Downloads
PHP library to deal with Steam's proprietary TOTP algorithm
david-r-edgar/rdp
29523 Downloads
Ramer–Douglas–Peucker algorithm for polyline simplification
dan-on/php-interval-tree
11536 Downloads
Is an implementation of interval binary search tree according to Thomas Cormen book "Introduction to Algorithms".
codedheartinside/apriori
19718 Downloads
Apriori data analysing algorithm written within PHP.