Libraries tagged by algol
sop/crypto-types
837156 Downloads
A PHP library of various ASN.1 types for cryptographic applications.
algo26-matthias/idna-convert
1936830 Downloads
A library for encoding and decoding internationalized domain names
whitehat101/apr1-md5
8596803 Downloads
Apache's APR1-MD5 algorithm in pure PHP
vanderlee/syllable
277737 Downloads
Text syllable splitting and hyphenation using Frank M. Liang's TeX algorithm.
touhonoob/rate-limit
406333 Downloads
PHP rate limiting library with Token Bucket Algorithm
org_heigl/hyphenator
1131940 Downloads
Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm
marvinlabs/laravel-luhn
255270 Downloads
Luhn algorithm for Laravel
lustre/php-dfa-sensitive
110425 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
kmlaravel/laravel-geographical-calculator
45426 Downloads
laravel package help you to implement geographical calculation, with With several algorithms that help you deal with coordinates
jlorente/php-credit-cards
210274 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
1298695 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
590643 Downloads
Implementation of the Luhn algorithm in PHP. Used in validation of credit card numbers and some national identification numbers.
fisharebest/algorithm
68970 Downloads
Implementation of standard algorithms in PHP.
emcconville/point-reduction-algorithms
145961 Downloads
A collection of algorithms for reducing the number of points in polyline
doganoo/php-algorithms
2849 Downloads
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell