Libraries tagged by algo
mtasuandi/decay
15 Downloads
Famous sorting algorithms based on vote popularity and time implemented for PHP
mmxs/ccxt
20 Downloads
A JavaScript / Python / PHP cryptocurrency trading library with support for more than 90 bitcoin/altcoin exchanges
mitmelon/sentiment
22 Downloads
Sentiment is a sentiment classifier. It uses a model of words that are categorised as positive, negative or neutral, and a naive bayes algorithm to calculate sentiment. To improve accuracy, Sentiment removes 'noise' words.
michelmelo/laravel-search
151 Downloads
A search package for Laravel 5|6|7
mgrechanik/kruskal
3 Downloads
The implementation of the Kruskal algorithm to find a minimum spanning tree
marat-tanalin/integer-scaling
2 Downloads
Calculates integer ratios and scaled-image sizes for pixel-perfect image upscaling with optional aspect-ratio correction.
liuyajian/php-snowflake
71 Downloads
An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).
kigkonsult/dsigsdk
54 Downloads
XML Digital Signature recomendation dsig sdk
keydev/laff-analyzer
18 Downloads
PHP Implementation of the Largest Area Fit First (LAFF) 3D (three dimension) box packing algorithm
kevinsimard/combinatorics
25 Downloads
Mathematical algorithms concerning the study of finite or countable discrete structures.
karpovigorok/leetcode
1 Downloads
Leetcode.com problem solve using php language
kariricode/data-structure
78 Downloads
The KaririCode DataStructure component offers advanced PHP data structures, including lists, stacks, queues, maps, and sets. It features efficient, strongly-typed, object-oriented implementations like ArrayList, LinkedList, BinaryHeap, and TreeMap.
judge2020/scout
93 Downloads
Laravel Scout provides a driver based solution to searching your Eloquent models.
jetstreamlabs/snowflake
1409 Downloads
An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).
jbroadway/distinctelements
4 Downloads
A pure PHP implementation of the Distinct Elements in Streams algorithm for estimating the number of distinct elements in a set.