Libraries tagged by algm
triun/longest-common-subsequence
3300 Downloads
PHP implementation of an algorithm to solve the 'longest common subsequence' problem.
tonystore/laravel-round-robin
1299 Downloads
Laravel package to generate sweepstakes using the Round Robin algorithm.
tonix-tuft/reactphp-mysql-decorator
779 Downloads
A decorator of the ReactPHP MySQL connection interface which augments its behaviour, e.g. providing binding of associative parameters.
ti-ecdh/php-ecdh
841 Downloads
ECDH (Elliptic Curve Diffie Hellman) algorithm library based on PHP implementation
stefangabos/zebra_mptt
534 Downloads
A PHP library providing an implementation of the modified preorder tree traversal algorithm
stefangabos/zebra_form
1209 Downloads
A jQuery augmented PHP library for creating and validating HTML forms
spinettainc/phpw2v
965 Downloads
A forked version of the 'PHP implementation of Word2Vec, a popular word embedding algorithm created by Tomas Mikolov and popularized by Radim Řehůřek & Peter Sojka with the Gensim Python library'.
sparefoot/geocoder
18224 Downloads
The almost missing Geocoder PHP 5.4 library.
selay/php-credit-card-validator
8644 Downloads
Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
sbkl/laravel-expo-push-notifications
1616 Downloads
A Laravel wrapper around Alymosul/exponent-server-sdk-php
sam002/yii2-otp
912 Downloads
YII2 extension for generating one time passwords according to RFC 4226/6238 (HOTP/TOTP Algorithm) and authentication widget
rubix/colors
175 Downloads
Demonstrating unsupervised clustering using the K Means algorithm and synthetic color data.
rich-davis1/phpw2v
1123 Downloads
A PHP implementation of Word2Vec, a popular word embedding algorithm created by Tomas Mikolov and popularized by Radim Řehůřek & Peter Sojka with the Gensim Python library.
pop/winston
41 Downloads
Winston is a AB/split/multivariate testing library utilizing redis and a basic machine learning algorithm for automatically displaying the most successful test variations.
php-extended/polyfill-str-longest-common-substring
5253 Downloads
A php implementation of the longest common substring algorithm