Libraries tagged by Agorithm
leigh/chacha20
1921 Downloads
Pure PHP implementation of the ChaCha20 encryption algorithm.
kschu91/largest-remainder-method
58972 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
17673 Downloads
RFC 6238 / TOTP: Time-Based One-Time Password Algorithm
jlorente/laravel-credit-cards
30735 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
111335 Downloads
An implementation of the Leaky Bucket algorithm.
ilicmiljan/weighted-ratings
35806 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
25053 Downloads
PHP class for encrypt and decrypt data with AES algorithm
evit/php-gm-crypto
1882 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
11240 Downloads
Generation and verification of card numbers using Luhn's algorithm.
doctormckay/steam-totp
20863 Downloads
PHP library to deal with Steam's proprietary TOTP algorithm
david-r-edgar/rdp
28836 Downloads
Ramer–Douglas–Peucker algorithm for polyline simplification
dan-on/php-interval-tree
10759 Downloads
Is an implementation of interval binary search tree according to Thomas Cormen book "Introduction to Algorithms".
combodo/doctrine-encrypt-bundle
73190 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl
charm/uuid
20324 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
295295 Downloads
This Doctrine2 extension implements the nested set model (modified pre-order tree traversal algorithm) for Doctrine2.