Libraries tagged by Agorithm
niiknow/bayes
31585 Downloads
a machine learning lib
jmgq/a-star
47469 Downloads
A* (A Star) algorithm for PHP
ionux/phactor
48929 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
63426 Downloads
file system KDTree index
flow-php/snappy
33690 Downloads
PHP ETL - Google Snappy compression algorithm implementation
eloquent/lcs
350346 Downloads
An implementation of the 'longest common subsequence' algorithm for PHP.
wikimedia/running-stat
718422 Downloads
PHP implementations of online statistical algorithms
vmelnik/doctrine-encrypt-bundle
74711 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm
vaimo/topological-sort
3334887 Downloads
High-Performance TopSort/Dependency resolving algorithm (compatibility version to work with 5.3)
toflar/state-set-index
50635 Downloads
Implementation of the State Set Index Algorithm
php-tui/cassowary
10430 Downloads
Cassowary constraint solving algorithm implementation
pedrosancao/php-otp
37456 Downloads
PHP implementation of HMAC-based one-time password algorithm according to RFC 4226 and RFC 6238 compatible with Google Authenticator
palepurple/rate-limit
448045 Downloads
PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
open-southeners/laravel-response-compression
6266 Downloads
Add server-side response compression with a range of different algorithms (Gzip, brotli, deflate...)
hyperf/token-bucket
1287644 Downloads
Implementation of the Token Bucket algorithm.