Libraries tagged by Agorithm
uestla/simplex-calculator
11590 Downloads
Simple tool for linear programming problems solving
tga/simhash-php
45630 Downloads
SimHash similarities algorithm implementation for PHP 5.3
sop/crypto-types
1494730 Downloads
A PHP library of various ASN.1 types for cryptographic applications.
savvot/random
279468 Downloads
Deterministic pseudo-random generators library with dozens of useful functions and several sources of randomness
niiknow/bayes
59566 Downloads
a machine learning lib
jmgq/a-star
57244 Downloads
A* (A Star) algorithm for PHP
ionux/phactor
94127 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
97506 Downloads
file system KDTree index
xxtea/xxtea
43460 Downloads
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.
wikimedia/running-stat
869799 Downloads
PHP implementations of online statistical algorithms
sycho/codecs-base64vlq
1355671 Downloads
Codec for VLQ (variable-length quantity) Base64 algorithm
stymiee/php-simple-encryption
10293 Downloads
The PHP Simple Encryption library is designed to simplify the process of encrypting and decrypting data while ensuring best practices are followed. By default is uses a secure encryption algorithm and generates a cryptologically strong initialization vector so developers do not need to becomes experts in encryption to securely store sensitive data.
pedrosancao/php-otp
78063 Downloads
PHP implementation of HMAC-based one-time password algorithm according to RFC 4226 and RFC 6238 compatible with Google Authenticator
palepurple/rate-limit
561081 Downloads
PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
maba/gentle-force-bundle
550407 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