Libraries tagged by Aligo
mirovit/eik-validator
33614 Downloads
Algorithm for validation of EIK/BULSTAT in Bulgaria
leigh/mt-rand
78882 Downloads
PHP implementation of the MT19937 algorithm
leigh/chacha20
497 Downloads
Pure PHP implementation of the ChaCha20 encryption algorithm.
kschu91/largest-remainder-method
57956 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
17133 Downloads
RFC 6238 / TOTP: Time-Based One-Time Password Algorithm
jeroenvisser101/leakybucket
110883 Downloads
An implementation of the Leaky Bucket algorithm.
ilicmiljan/weighted-ratings
34428 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
24610 Downloads
PHP class for encrypt and decrypt data with AES algorithm
fieg/bayes
89835 Downloads
Implementation of Naive Bayes Classifier algorithm in PHP.
evit/php-gm-crypto
1681 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
11133 Downloads
Generation and verification of card numbers using Luhn's algorithm.
doctormckay/steam-totp
20476 Downloads
PHP library to deal with Steam's proprietary TOTP algorithm
david-r-edgar/rdp
28385 Downloads
Ramer–Douglas–Peucker algorithm for polyline simplification
dan-on/php-interval-tree
10224 Downloads
Is an implementation of interval binary search tree according to Thomas Cormen book "Introduction to Algorithms".
combodo/doctrine-encrypt-bundle
72667 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl