Libraries tagged by algo
mieuxvoter/majority-judgment
97 Downloads
Deliberate your polls using Majority Judgment with a fast, robust, interface-oriented and scalable algorithm.
meezaan/aescryptor
64 Downloads
A library to encrypt / decrypt strings using the AES algorithm
leigh/chacha20
159 Downloads
Pure PHP implementation of the ChaCha20 encryption algorithm.
krasilnikov-spb/php-rdp
10 Downloads
PHP implementation of the Ramer-Douglas-Peucker algorithm for reducing the number of points on a polyline
kjantzer/liquidmetal-php
400777 Downloads
LiquidMetal is a PHP port of liquidmetal.js, a Quicksilver-inspiried scoring algorithm.
kenlas/mnb-qr-code-payment-generator-php
120 Downloads
PHP implementation of MNB's QR code payment generation algorithm
jcbontemps/phylogenetictree
27 Downloads
Compute phylogenetic trees from distance matrix using BioNJ algorithm. It produce Newick file and Weighted newick if needed. There is also a render using Equal-angle algorithm and SVG output for testing. It's recommended to use a JS render like 'phylotree.js' (demo of phylotree.js here http://phylotree.hyphy.org/).
irabbi360/php-credit-card-validator
40 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
insolita/metaphone
15 Downloads
Metaphone algorithm implementation adopted to russian
igirid/parrallex
50 Downloads
Encryption and decryption algorithms for parrallex
iamjohndev/phpencryption
6 Downloads
PHPSecryption is a PHP class that provides encryption and decryption functionality using the OpenSSL library. It uses the Advanced Encryption Standard (AES) algorithm in Cipher-Block Chaining (CBC) mode for secure data encryption.
gtfs/csa-php
45 Downloads
Simple routing algorithm based on CSA and GTFS
gevman/azure-thumbnails
19 Downloads
Create image thumbnails with help of Microsoft Artificial Intelligence, and show what needed! After uploading an image, a high quality thumbnail gets generated and the Computer Vision API algorithm analyzes the objects within the image, then crops it to fit the requirements of the “region of interest” (ROI).
gesinn-it/id-provider
131 Downloads
IDProvider is an extension to MediaWiki that provides (unique) IDs using different ID algorithms.
fieg/csp
23 Downloads
Implementation of a Constraint Satisfaction Problem algorithm in PHP