Libraries tagged by Algorithm
nadylib/leaky-bucket
25765 Downloads
An fiber-based implementation of the LeakyBucket algorithm
mirovit/eik-validator
33012 Downloads
Algorithm for validation of EIK/BULSTAT in Bulgaria
markfullmer/porter2
26191 Downloads
Stem words using the English Porter 2 algorithm
leigh/mt-rand
77764 Downloads
PHP implementation of the MT19937 algorithm
kschu91/largest-remainder-method
56010 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
16152 Downloads
RFC 6238 / TOTP: Time-Based One-Time Password Algorithm
jlorente/laravel-credit-cards
29357 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
110057 Downloads
An implementation of the Leaky Bucket algorithm.
ilicmiljan/weighted-ratings
32243 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
23799 Downloads
PHP class for encrypt and decrypt data with AES algorithm
evit/php-gm-crypto
1230 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.
dragon-code/card-number
10378 Downloads
Generation and verification of card numbers using Luhn's algorithm.
doctormckay/steam-totp
19489 Downloads
PHP library to deal with Steam's proprietary TOTP algorithm
david-r-edgar/rdp
27498 Downloads
Ramer–Douglas–Peucker algorithm for polyline simplification
dan-on/php-interval-tree
9622 Downloads
Is an implementation of interval binary search tree according to Thomas Cormen book "Introduction to Algorithms".