Libraries tagged by algos
aboyadzhiev/php-math-parser
49666 Downloads
Simple mathematical expression parser and calculator.
spatie/searchindex
95451 Downloads
Store and retrieve objects from Elasticsearch or Algolia
schranz-search/seal
19732 Downloads
Search Engine Abstraction Layer
eloquent/lcs
353856 Downloads
An implementation of the 'longest common subsequence' algorithm for PHP.
xxtea/xxtea
43226 Downloads
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.
woohoolabs/php-scrypt
32 Downloads
Extension exposing Colin Percival's scrypt hashing algorithm
webit/downsampling
52479 Downloads
Downsampling algorithms
vmelnik/doctrine-encrypt-bundle
77533 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm
triun/longest-common-substring
57411 Downloads
PHP implementation of an algorithm to solve the `longest common substring` problem.
taniko/dijkstra
9176 Downloads
dijkstra algorithm
stymiee/php-simple-encryption
9629 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.
sop/aes-kw
299208 Downloads
A PHP library for AES Key Wrap algorithm with padding support.
scottlaurent/fsrs
1489 Downloads
Free Spaced Repetition Scheduler (FSRS) Algorithm Implementation for PHP
sanmai/rate-limiter
17331 Downloads
Cache-based rate limiter using sliding window algorithm
php-standard-library/hash
22228 Downloads
Cryptographic and non-cryptographic hashing with Algorithm enum, timing-safe comparison, and HMAC