Libraries tagged by algorithms
tga/simhash-php
45959 Downloads
SimHash similarities algorithm implementation for PHP 5.3
jmgq/a-star
57842 Downloads
A* (A Star) algorithm for PHP
ionux/phactor
98509 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.
hexogen/kdtree
101955 Downloads
file system KDTree index
edgaras/strsim
88846 Downloads
Collection of string similarity and distance algorithms in PHP including Levenshtein, Damerau-Levenshtein, Jaro-Winkler, and more
savvot/random
284548 Downloads
Deterministic pseudo-random generators library with dozens of useful functions and several sources of randomness
niiknow/bayes
62548 Downloads
a machine learning lib
kudm761/martinez-rueda-php
207095 Downloads
Martinez-Rueda algorithm for polygon boolean operations
xxtea/xxtea
43797 Downloads
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.
wikimedia/running-stat
883317 Downloads
PHP implementations of online statistical algorithms
pedrosancao/php-otp
81240 Downloads
PHP implementation of HMAC-based one-time password algorithm according to RFC 4226 and RFC 6238 compatible with Google Authenticator
palepurple/rate-limit
569692 Downloads
PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
noodlesnz/double-metaphone
164204 Downloads
This class implements a "sounds like" algorithm developed by Lawrence Philips which he published in the June, 2000 issue of C/C++ Users Journal. Double Metaphone is an improved version of Philips' original Metaphone algorithm.
maba/gentle-force-bundle
554397 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
maba/gentle-force
635721 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis