Libraries tagged by algos
janfish/frequency-limiter
14 Downloads
Frequency limiter base on token bucket algorithm
infoburp/yii2-otp
429 Downloads
YII2 extension for generating one time passwords according to RFC 4226/6238 (HOTP/TOTP Algorithm) and authentication widget
incloudout/countries
24 Downloads
Laravel Countries is a bundle for Laravel, providing Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries.
imaddev/php-credit-card-validator
25 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
ibrahimmomani/sorting
5 Downloads
Sorting algorithms in php
hsbmaulana/phpcollection
2 Downloads
Data Structure and Algorithm
hipsterjazzbo/laravel-luhn-validator
11299 Downloads
A luhn algorithm validator for Laravel 4's Validator
henri1i/circuit-breaker
0 Downloads
A simple implementation of the circuit breaker algorithm.
heimrichhannot/autocomplete.js
18 Downloads
Fast and full-featured autocomplete library https://www.algolia.com
haphan/social-ranking
6 Downloads
PHP implementation of social hot ranking algorithm like Reddit, HackerNews
hansputera/agc-rewrite
3 Downloads
Simple, fast AGC that is easy to get integrated and in almost any agc website. Heavily inspired by the Laravel.
guanhui07/dfa-sensitive
1 Downloads
copy from FireLustre/php-dfa-sensitive,To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
gtjamesa/php-zscore
260 Downloads
Smoothed z-score peak detection algorithm (https://stackoverflow.com/questions/22583391/peak-signal-detection-in-realtime-timeseries-data/22640362#22640362)
groupcash/php
127 Downloads
PHP implementation of groupcash algorithms
gponster/laravel-url62-uuid
58 Downloads
The encoding schema to be used by this shortening algorithm will be Base 62 encoding, as we are going to use 62 letters: [a-zA-Z0-9]. UUID generation based on Rhumsaa\Uuid