Libraries tagged by algotrig
evit/php-gm-crypto
2084 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
8029 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
1532 Downloads
PHP implementation of the Frequent Pattern Growth algorithm
convenia/credit-card-validator-php
39868 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
73926 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl
codedheartinside/apriori
19695 Downloads
Apriori data analysing algorithm written within PHP.
chxj1992/hashring
69773 Downloads
Consistent hashing "hashring" implementation in php (using the same algorithm as libketama)
byjg/crypto
7160 Downloads
A generic repository for implement cryptographic algorithms with a customizable strong key generator.
a1essandro/perlin-noise
4745 Downloads
Algorithm for generating heightmaps
web-token/signature-pack
149698 Downloads
A pack with all signature algorithms for the web-token/jwt-signature package
web-token/encryption-pack
178855 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
3372 Downloads
Check Digit Algorithms
goodspb/poker-algorithm
19 Downloads
poker algorithm for php
trrtly/php-snowflake
2585 Downloads
An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).