Libraries tagged by algorithms
sop/crypto-types
1106044 Downloads
A PHP library of various ASN.1 types for cryptographic applications.
savvot/random
213900 Downloads
Deterministic pseudo-random generators library with dozens of useful functions and several sources of randomness
niiknow/bayes
35799 Downloads
a machine learning lib
xxtea/xxtea
39191 Downloads
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.
wikimedia/running-stat
761376 Downloads
PHP implementations of online statistical algorithms
vaimo/topological-sort
3713492 Downloads
High-Performance TopSort/Dependency resolving algorithm (compatibility version to work with 7.0 - 7.2)
toflar/state-set-index
83512 Downloads
Implementation of the State Set Index Algorithm
pedrosancao/php-otp
47011 Downloads
PHP implementation of HMAC-based one-time password algorithm according to RFC 4226 and RFC 6238 compatible with Google Authenticator
palepurple/rate-limit
484876 Downloads
PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
open-southeners/laravel-response-compression
40085 Downloads
Add server-side response compression with a range of different algorithms (Gzip, brotli, deflate...)
hyperf/token-bucket
1462256 Downloads
Implementation of the Token Bucket algorithm.
freelancehunt/php-credit-card-validator
491239 Downloads
Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
emcconville/polyline-encoder
228197 Downloads
PHP Traits algorithms for Encoded Polyline & Bing Point Compression
cloudstek/php-laff
65706 Downloads
Largest Area Fit First (LAFF) 3D box packing algorithm class for PHP
bdelespierre/php-kmeans
111544 Downloads
K-Means algorithm for PHP