Libraries tagged by algorithmic
xxtea/xxtea
39204 Downloads
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.
wikimedia/running-stat
761780 Downloads
PHP implementations of online statistical algorithms
vaimo/topological-sort
3716488 Downloads
High-Performance TopSort/Dependency resolving algorithm (compatibility version to work with 7.0 - 7.2)
toflar/state-set-index
84387 Downloads
Implementation of the State Set Index Algorithm
pedrosancao/php-otp
47120 Downloads
PHP implementation of HMAC-based one-time password algorithm according to RFC 4226 and RFC 6238 compatible with Google Authenticator
palepurple/rate-limit
485169 Downloads
PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
open-southeners/laravel-response-compression
40618 Downloads
Add server-side response compression with a range of different algorithms (Gzip, brotli, deflate...)
maba/gentle-force-bundle
481451 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
546487 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
hyperf/token-bucket
1465140 Downloads
Implementation of the Token Bucket algorithm.
freelancehunt/php-credit-card-validator
491856 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
228329 Downloads
PHP Traits algorithms for Encoded Polyline & Bing Point Compression
cloudstek/php-laff
65740 Downloads
Largest Area Fit First (LAFF) 3D box packing algorithm class for PHP
bdelespierre/php-kmeans
111630 Downloads
K-Means algorithm for PHP
assisted-mindfulness/naive-bayes
496327 Downloads
Naive Bayes classifier algorithm