Libraries tagged by algm
whitehat101/apr1-md5
9267880 Downloads
Apache's APR1-MD5 algorithm in pure PHP
vanderlee/syllable
363693 Downloads
Text syllable splitting and hyphenation using Frank M. Liang's TeX algorithm.
umpirsky/twig-php-function
4222608 Downloads
Call (almost) any PHP function from your Twig templates.
touhonoob/rate-limit
478287 Downloads
PHP rate limiting library with Token Bucket Algorithm
saikiran/geohash
332868 Downloads
Geohash Algorithm to encode geographic coordinates to a string of letters and digits
php-tui/cassowary
222520 Downloads
Cassowary constraint solving algorithm implementation
pecee/simple-router
186412 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
org_heigl/hyphenator
1231878 Downloads
Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm
mayflower/php-codebrowser
2177310 Downloads
A code browser that augments the code with information from various QA tools.
marvinlabs/laravel-luhn
332695 Downloads
Luhn algorithm for Laravel
lustre/php-dfa-sensitive
129858 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
kmlaravel/laravel-geographical-calculator
64898 Downloads
laravel package help you to implement geographical calculation, with With several algorithms that help you deal with coordinates
jlorente/php-credit-cards
327582 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
1351853 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
assisted-mindfulness/naive-bayes
502216 Downloads
Naive Bayes classifier algorithm