Libraries tagged by Algorithm
xi/algorithm
3004 Downloads
General purpose algorithms
tiger-seo/algorithms
120 Downloads
Implementation of different algorithms
sergiocarlosmorales/chill-genetic-algorithm
128 Downloads
PHP framework for genetic algorithms. Plug-in your domain-specific logic and forget about the rest!.
mtkocak/algorithms
8 Downloads
Midori PHP Algorithms and Data Structures
frowhy/algorithm
32 Downloads
八大排序算法
ryanhs/simple-genetic-algorithm
86 Downloads
simple genetic algorithm in PHP
noorani-mm/encoder-algorithm
10 Downloads
This package provides a simple encryption and decryption functionality for securing sensitive information in your PHP applications. It offers easy-to-use methods for encrypting plaintext data into ciphertext and decrypting ciphertext back into its original plaintext form.
horat1us/luhn-algorithm
8 Downloads
Implementation of the Luhn algorithm in PHP. Used in validation of credit card numbers and some national identification numbers.
evarmi/algorithm-validator
33 Downloads
validador de varios tipos de documentos, como los de identidad o iban
designbycode/luhn-algorithm
283 Downloads
The Luhn Algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, and others. This documentation provides an overview of the Luhn Algorithm implementation in PHP, including examples and use cases.
chrsc/luhn-algorithm
24 Downloads
Validate and create credit/bank/loyalty card numbers
wellingtonbarbosa/knn
31 Downloads
A package to calculate Euclidean distance in a simple way, in addition to comparing results for recommendation quickly and symptomatically, without ifs.
tienvx/mbt-bundle
3805 Downloads
Core Library For SICOPE Model Project
siro-diaz/data-structures
74 Downloads
Data structures for PHP language
seboettg/forest
2400 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree