Libraries tagged by Algorithem
kkiernan/caesar-cipher
17305 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
hollodotme/cologne-phonetic
26409 Downloads
PHP OOP Implementation of the 'Kölner Phonetic Index' - a soundex like algorithm for german language
evit/php-gm-crypto
2066 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.
esperecyan/url
8004 Downloads
Makes the algorithms and APIs defined by URL Standard (replaces RFC 3986 and RFC 3987) available on PHP. / URL Standard (RFC 3986、RFC 3987 を置き換える Web 標準仕様) で定義されているアルゴリズム、および API を PHP から利用できるようにします。
enzomc/php-fpgrowth
1468 Downloads
PHP implementation of the Frequent Pattern Growth algorithm
convenia/credit-card-validator-php
39704 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
chxj1992/hashring
69715 Downloads
Consistent hashing "hashring" implementation in php (using the same algorithm as libketama)
byjg/crypto
7111 Downloads
A generic repository for implement cryptographic algorithms with a customizable strong key generator.
a1essandro/perlin-noise
4722 Downloads
Algorithm for generating heightmaps
web-token/signature-pack
149443 Downloads
A pack with all signature algorithms for the web-token/jwt-signature package
web-token/encryption-pack
178399 Downloads
A pack with all encryption algorithms for the web-token/jwt-encryption package
morrisonlevi/algorithm
8 Downloads
Composable algorithms in PHP
luisalberto/checkdigit-algorithms
3332 Downloads
Check Digit Algorithms
goodspb/poker-algorithm
19 Downloads
poker algorithm for php
trrtly/php-snowflake
2573 Downloads
An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).