Libraries tagged by Algorithm
jlorente/php-credit-cards
298776 Downloads
A PHP package to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm. It validates popular brands like Visa, Mastercard, American Express, etc.
inacho/php-credit-card-validator
1336460 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
fisharebest/algorithm
78285 Downloads
Implementation of standard algorithms in PHP.
doganoo/php-algorithms
3762 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
695893 Downloads
Implementation of the Luhn algorithm in PHP. Used in validation of credit card numbers and some national identification numbers.
emcconville/point-reduction-algorithms
168491 Downloads
A collection of algorithms for reducing the number of points in polyline
web-token/jwt-signature-algorithm-none
3550087 Downloads
None Signature Algorithm the JWT Framework.
web-token/jwt-signature-algorithm-eddsa
4037829 Downloads
EdDSA Signature Algorithm the JWT Framework.
web-token/jwt-encryption-algorithm-rsa
1924321 Downloads
RSA Based Key Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-dir
910381 Downloads
Direct Key Encryption Algorithm the JWT Framework.
web-token/jwt-encryption-algorithm-aeskw
1273363 Downloads
AES Key Wrapping Based Key Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-aesgcm
1868653 Downloads
AES GCM Based Content Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-aescbc
2156857 Downloads
AES CBC Based Content Encryption Algorithms the JWT Framework.
tga/simhash-php
37969 Downloads
SimHash similarities algorithm implementation for PHP 5.3
jmgq/a-star
48702 Downloads
A* (A Star) algorithm for PHP