Libraries tagged by algo
designbycode/luhn-algorithm
263 Downloads
The Luhn Algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, and others. This documentation provides an overview of the Luhn Algorithm implementation in PHP, including examples and use cases.
darvin/genetic-algorithm
28 Downloads
A PHP Library inspired by Charles Darwin's theory
chrsc/luhn-algorithm
24 Downloads
Validate and create credit/bank/loyalty card numbers
batrox/phonetic-algorithms
305 Downloads
Phonetic-Algorithms for fuzzy searching | PHP
nicolasbeauvais/nova-algolia-card
7166 Downloads
A Laravel Nova card for Algolia
nathanheffley/nova-algolia
2139 Downloads
Algolia integration with Laravel Nova.
korben-info/wp-algolia
1489 Downloads
A (unofficial) WordPress plugin to use Algolia as a search engine
algolia/algoliasearch-laravel-4
7322 Downloads
Laravel 4 Algolia extension
wellingtonbarbosa/knn
31 Downloads
A package to calculate Euclidean distance in a simple way, in addition to comparing results for recommendation quickly and symptomatically, without ifs.
tienvx/mbt-bundle
3805 Downloads
Core Library For SICOPE Model Project
thealgoslingers/php-rtf-to-pdf
54 Downloads
This package can convert rtf file to pdf
siro-diaz/data-structures
74 Downloads
Data structures for PHP language
shopwwi/webman-scout
143 Downloads
webman Scout provides a driver based solution to searching your Eloquent models.
seboettg/forest
2400 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree
phpalgorithms/dijkstra
188 Downloads
Implementation of Dijkstra's algorithm.