Libraries tagged by algo
tigo/recommendation
9247 Downloads
collaborative filtering recommender systems
tga/simhash-php
35696 Downloads
SimHash similarities algorithm implementation for PHP 5.3
sop/crypto-types
888449 Downloads
A PHP library of various ASN.1 types for cryptographic applications.
savvot/random
204402 Downloads
Deterministic pseudo-random generators library with dozens of useful functions and several sources of randomness
niiknow/bayes
28219 Downloads
a machine learning lib
ionux/phactor
44662 Downloads
Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate & verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.
cmsig/seal
3243 Downloads
Search Engine Abstraction Layer
eloquent/lcs
330231 Downloads
An implementation of the 'longest common subsequence' algorithm for PHP.
wikimedia/running-stat
693101 Downloads
PHP implementations of online statistical algorithms
vaimo/topological-sort
3120734 Downloads
High-Performance TopSort/Dependency resolving algorithm (compatibility version to work with 5.3)
toflar/state-set-index
30451 Downloads
Implementation of the State Set Index Algorithm
saikiran/geohash
240369 Downloads
Geohash Algorithm to encode geographic coordinates to a string of letters and digits
palepurple/rate-limit
418696 Downloads
PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
open-southeners/laravel-vapor-response-compression
73158 Downloads
Add server-side response compression with a range of different algorithms (Gzip, brotli, deflate...)
maba/gentle-force-bundle
425647 Downloads
Symfony bundle that integrates gentle-force library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis