Libraries tagged by algol
savvot/random
283456 Downloads
Deterministic pseudo-random generators library with dozens of useful functions and several sources of randomness
niiknow/bayes
61911 Downloads
a machine learning lib
kudm761/martinez-rueda-php
202575 Downloads
Martinez-Rueda algorithm for polygon boolean operations
jmgq/a-star
57703 Downloads
A* (A Star) algorithm for PHP
ionux/phactor
97436 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
100434 Downloads
file system KDTree index
edgaras/strsim
87070 Downloads
Collection of string similarity and distance algorithms in PHP including Levenshtein, Damerau-Levenshtein, Jaro-Winkler, and more
algoyounes/circuit-breaker
8716 Downloads
Circuit Breaker is laravel package that provides a way to handle failures gracefully
xxtea/xxtea
43731 Downloads
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.
wikimedia/running-stat
880102 Downloads
PHP implementations of online statistical algorithms
pedrosancao/php-otp
80516 Downloads
PHP implementation of HMAC-based one-time password algorithm according to RFC 4226 and RFC 6238 compatible with Google Authenticator
palepurple/rate-limit
567595 Downloads
PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
noodlesnz/double-metaphone
162774 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
553731 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
634715 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis