Libraries tagged by algm
triun/longest-common-subsequence
3406 Downloads
PHP implementation of an algorithm to solve the 'longest common subsequence' problem.
tonystore/laravel-round-robin
1316 Downloads
Laravel package to generate sweepstakes using the Round Robin algorithm.
tonix-tuft/reactphp-mysql-decorator
811 Downloads
A decorator of the ReactPHP MySQL connection interface which augments its behaviour, e.g. providing binding of associative parameters.
stefangabos/zebra_mptt
535 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
1017 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
18487 Downloads
The almost missing Geocoder PHP 5.4 library.
selay/php-credit-card-validator
8771 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
1689 Downloads
A Laravel wrapper around Alymosul/exponent-server-sdk-php
sam002/yii2-otp
925 Downloads
YII2 extension for generating one time passwords according to RFC 4226/6238 (HOTP/TOTP Algorithm) and authentication widget
rich-davis1/phpw2v
1148 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.
pongtan/twig-php-function
16529 Downloads
Call (almost) any PHP function from your Twig templates.
phpbenchmark/phpbenchmark
11410 Downloads
Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses
php-extended/polyfill-str-longest-common-substring
5311 Downloads
A php implementation of the longest common substring algorithm