Libraries tagged by zalgo
mirovit/eik-validator
33752 Downloads
Algorithm for validation of EIK/BULSTAT in Bulgaria
leigh/mt-rand
79027 Downloads
PHP implementation of the MT19937 algorithm
leigh/chacha20
970 Downloads
Pure PHP implementation of the ChaCha20 encryption algorithm.
kschu91/largest-remainder-method
58417 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
17356 Downloads
RFC 6238 / TOTP: Time-Based One-Time Password Algorithm
jlorente/laravel-credit-cards
30372 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
111088 Downloads
An implementation of the Leaky Bucket algorithm.
ilicmiljan/weighted-ratings
35096 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
24842 Downloads
PHP class for encrypt and decrypt data with AES algorithm
fieg/bayes
90013 Downloads
Implementation of Naive Bayes Classifier algorithm in PHP.
evit/php-gm-crypto
1834 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
11184 Downloads
Generation and verification of card numbers using Luhn's algorithm.
doctormckay/steam-totp
20693 Downloads
PHP library to deal with Steam's proprietary TOTP algorithm
david-r-edgar/rdp
28549 Downloads
Ramer–Douglas–Peucker algorithm for polyline simplification
dan-on/php-interval-tree
10424 Downloads
Is an implementation of interval binary search tree according to Thomas Cormen book "Introduction to Algorithms".