Libraries tagged by algorithmic
jp3cki/totp
24229 Downloads
RFC 6238 / TOTP: Time-Based One-Time Password Algorithm
insolita/metaphone
345 Downloads
Metaphone algorithm implementation adopted to russian
hollodotme/cologne-phonetic
27760 Downloads
PHP OOP Implementation of the 'Kölner Phonetic Index' - a soundex like algorithm for german language
hofff/contao-trueurl
4969 Downloads
Folderlike page alias' with different editing tools and an improved frontend page selection algorithm.
globus-studio/readsight
63 Downloads
Multilingual readability library for PHP — 86 languages, 17 formulas, TeX-based syllable counting via Frank M. Liang algorithm. Zero dependencies.
friendsofhyperf/rate-limit
728 Downloads
Rate limiting component for Hyperf with support for multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket).
evit/php-gm-crypto
4576 Downloads
Fully compatible with the sm4-cbc and sm4-ecb state secret SM algorithms of openssl. When openssl >= 1.1.1 supports the state secret algorithm, directly call openssl for SM4 encryption and decryption, otherwise call the custom algorithm.
everlution/redlock
26382 Downloads
An implementation of the Redlock algorithm
enzomc/php-fpgrowth
3797 Downloads
PHP implementation of the Frequent Pattern Growth algorithm
dsbaars/chacha20
9110 Downloads
Pure PHP implementation of the ChaCha20 encryption algorithm.
detain/rate-limit
2319 Downloads
PHP rate limiting library with Token Bucket and Leaky Bucket Algorithms, based on palepurple/rate-limit, grandson to touhonoob/rate-limit, and jeroenvisser101/LeakyBucket
convenia/credit-card-validator-php
51873 Downloads
Fork Off inacho/php-credit-card-validator Because it looks like is not being manteined anymore --- Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
combodo/doctrine-encrypt-bundle
78612 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl
codedheartinside/apriori
22521 Downloads
Apriori data analysing algorithm written within PHP.
chxj1992/hashring
72501 Downloads
Consistent hashing "hashring" implementation in php (using the same algorithm as libketama)