Libraries tagged by algos
giorgio93p/bin-packing
2 Downloads
Implementation of a branch and bound algorithm for bin packing, where bins can have a lower bound on their capacity
gillbeits/fcnrpack
67 Downloads
Floor Ceiling No Rotation Algorithm
ggob/dfa
11 Downloads
This is a DFA algorithm based on PHP
gandung/topsis-fmadm
23 Downloads
The TOPSIS FMADM (Fuzzy Multiple Attribute Decision Making) Algorithm
g4/php-credit-card-validator
12 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
g105b/graph
5 Downloads
Implementation of Dijkstra's algorithm
funnyfig/swoole_retrier
45 Downloads
repeatedly run a callable until stop called or timed-out. retry delay algorithm is borrowed from malkusch/lock Loop
frantzmiccoli/phphoneticindexing
8 Downloads
Phonetic indexing for PHP, uses the standard library for English, Cologne phonetics for German and a custom algorithm for French
foxworn3365/prohash
1 Downloads
ProHash is a system for encrypting and decrypting strings with an auto-generated key. Without that it will be almost impossible to decipher the content
foryoufeng/md5sign
278 Downloads
A MD5 encryption algorithm
flairuk/laravel-countries
10 Downloads
Laravel Countries is a bundle for Laravel, providing Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries.
filipsedivy/recryptor
15 Downloads
🔐 Class for quick and easy change the encryption algorithm
filippofinke/insta-learn
0 Downloads
Machine learning based follow unfollow algorithm
fieg/markov
38 Downloads
Implementation of MarkovChain algorithm in PHP
fieg/graph-search
49 Downloads
Implementation of Graph Search algorithm in PHP