Libraries tagged by Alg
touhonoob/rate-limit
454233 Downloads
PHP rate limiting library with Token Bucket Algorithm
saikiran/geohash
287415 Downloads
Geohash Algorithm to encode geographic coordinates to a string of letters and digits
php-tui/cassowary
29895 Downloads
Cassowary constraint solving algorithm implementation
org_heigl/hyphenator
1193926 Downloads
Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm
marvinlabs/laravel-luhn
301208 Downloads
Luhn algorithm for Laravel
maba/gentle-force-bundle
457824 Downloads
Symfony bundle that integrates gentle-force library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
maba/gentle-force
518063 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
lustre/php-dfa-sensitive
121246 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
kmlaravel/laravel-geographical-calculator
57050 Downloads
laravel package help you to implement geographical calculation, with With several algorithms that help you deal with coordinates
jlorente/php-credit-cards
286388 Downloads
A PHP package to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm. It validates popular brands like Visa, Mastercard, American Express, etc.
inacho/php-credit-card-validator
1329788 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
nekman/luhn-algorithm
677762 Downloads
Implementation of the Luhn algorithm in PHP. Used in validation of credit card numbers and some national identification numbers.
fisharebest/algorithm
76140 Downloads
Implementation of standard algorithms in PHP.
emcconville/point-reduction-algorithms
162701 Downloads
A collection of algorithms for reducing the number of points in polyline
doganoo/php-algorithms
3636 Downloads
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell