Libraries tagged by Algorithm
markfullmer/porter2
25037 Downloads
Stem words using the English Porter 2 algorithm
leigh/mt-rand
72930 Downloads
PHP implementation of the MT19937 algorithm
kschu91/largest-remainder-method
50094 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
12466 Downloads
RFC 6238 / TOTP: Time-Based One-Time Password Algorithm
jlorente/laravel-credit-cards
25694 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.
hemiframe/php-aes
21516 Downloads
PHP class for encrypt and decrypt data with AES algorithm
fieg/bayes
87593 Downloads
Implementation of Naive Bayes Classifier algorithm in PHP.
dragon-code/card-number
8287 Downloads
Generation and verification of card numbers using Luhn's algorithm.
doctormckay/steam-totp
16750 Downloads
PHP library to deal with Steam's proprietary TOTP algorithm
david-r-edgar/rdp
25782 Downloads
Ramer–Douglas–Peucker algorithm for polyline simplification
dan-on/php-interval-tree
7600 Downloads
Is an implementation of interval binary search tree according to Thomas Cormen book "Introduction to Algorithms".
chxj1992/hashring
65086 Downloads
Consistent hashing "hashring" implementation in php (using the same algorithm as libketama)
charm/uuid
13704 Downloads
A very fast and dependency free library to generate UUIDs (GUIDs) version 1 or 4, sortable UUIDs that validates, or 64 bit unique identifiers according to Twitters' Snowflake, Sonyflake or Instaflake algorithms.
cbsi/doctrine2-nestedset
287359 Downloads
This Doctrine2 extension implements the nested set model (modified pre-order tree traversal algorithm) for Doctrine2.
axy/codecs-base64vlq
640572 Downloads
Codec for VLQ (variable-length quantity) Base64 algorithm