Libraries tagged by algorithms
inacho/php-credit-card-validator
1337438 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
fisharebest/algorithm
78419 Downloads
Implementation of standard algorithms in PHP.
doganoo/php-algorithms
3764 Downloads
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
nekman/luhn-algorithm
697874 Downloads
Implementation of the Luhn algorithm in PHP. Used in validation of credit card numbers and some national identification numbers.
emcconville/point-reduction-algorithms
168923 Downloads
A collection of algorithms for reducing the number of points in polyline
web-token/jwt-signature-algorithm-none
3552323 Downloads
None Signature Algorithm the JWT Framework.
web-token/jwt-signature-algorithm-eddsa
4040494 Downloads
EdDSA Signature Algorithm the JWT Framework.
web-token/jwt-encryption-algorithm-rsa
1927295 Downloads
RSA Based Key Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-ecdh-es
702196 Downloads
ECDH-ES Based Key Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-aeskw
1277015 Downloads
AES Key Wrapping Based Key Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-aesgcm
1872618 Downloads
AES GCM Based Content Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-aescbc
2160213 Downloads
AES CBC Based Content Encryption Algorithms the JWT Framework.
tga/simhash-php
38058 Downloads
SimHash similarities algorithm implementation for PHP 5.3
jmgq/a-star
48770 Downloads
A* (A Star) algorithm for PHP
ionux/phactor
52050 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.