Libraries tagged by Aligo
algo-web/podata
12331 Downloads
OData for Poor PHP Developers
aligent/cacheobserver
27 Downloads
Magento extension to add cache keys and tags to blocks that are not cached by default.
zetacomponents/tree
4113 Downloads
The Tree component handles the creating, manipulating and querying of tree structures. The component supports different storage algorithms for optimal performance.
yonas/directory-hash-php
1874 Downloads
A standard algorithm to compute the hash of a directory and all it's files.
yarri/my-blowfish
35188 Downloads
Simple class for passwords hashing and checking using Blowfish algorithm
triun/longest-common-subsequence
3060 Downloads
PHP implementation of an algorithm to solve the 'longest common subsequence' problem.
tonystore/laravel-round-robin
1269 Downloads
Laravel package to generate sweepstakes using the Round Robin algorithm.
tdely/luhn
2479 Downloads
PHP implementation of the Luhn algorithm.
stefangabos/zebra_mptt
530 Downloads
A PHP library providing an implementation of the modified preorder tree traversal algorithm
spinettainc/phpw2v
864 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'.
selay/php-credit-card-validator
8351 Downloads
Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
rubix/colors
170 Downloads
Demonstrating unsupervised clustering using the K Means algorithm and synthetic color data.
rich-davis1/phpw2v
996 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
5171 Downloads
A php implementation of the longest common substring algorithm