Libraries tagged by algos
mirovit/eik-validator
31995 Downloads
Algorithm for validation of EIK/BULSTAT in Bulgaria
leigh/mt-rand
75939 Downloads
PHP implementation of the MT19937 algorithm
kschu91/largest-remainder-method
52820 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
14124 Downloads
RFC 6238 / TOTP: Time-Based One-Time Password Algorithm
jlorente/laravel-credit-cards
27507 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
108966 Downloads
An implementation of the Leaky Bucket algorithm.
fieg/bayes
88252 Downloads
Implementation of Naive Bayes Classifier algorithm in PHP.
dragon-code/card-number
9200 Downloads
Generation and verification of card numbers using Luhn's algorithm.
dodo-it/entity-generator
105511 Downloads
Entity generator from database for almost any DBAL
doctormckay/steam-totp
17777 Downloads
PHP library to deal with Steam's proprietary TOTP algorithm
devknown/twig-import-function
36841 Downloads
Call (almost) any PHP function from your Twig (v3) templates.
david-r-edgar/rdp
26527 Downloads
Ramer–Douglas–Peucker algorithm for polyline simplification
dan-on/php-interval-tree
8442 Downloads
Is an implementation of interval binary search tree according to Thomas Cormen book "Introduction to Algorithms".
charm/uuid
15992 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
290308 Downloads
This Doctrine2 extension implements the nested set model (modified pre-order tree traversal algorithm) for Doctrine2.