Libraries tagged by Algorithem
leigh/poly1305
120 Downloads
Pure PHP implementations of the Poly1305 MAC algorithm.
kudashevs/rake-php
106 Downloads
A PHP implementation of the Rapid Automatic Keyword Extraction (RAKE) algorithm.
kostikpenzin/credit-calc
1061 Downloads
Calculator for calculating the loan repayment schedule using annuity/differentiated repayment methods. You can specify partial early repayment, as well as take into account one-time/periodic commissions. The package is easily expanded with our own algorithms for calculating the repayment schedule.
kjantzer/liquidmetal-php
400841 Downloads
LiquidMetal is a PHP port of liquidmetal.js, a Quicksilver-inspiried scoring algorithm.
kenlas/mnb-qr-code-payment-generator-php
131 Downloads
PHP implementation of MNB's QR code payment generation algorithm
jacques/luhn
765 Downloads
Luhn algorithm implementation
irabbi360/php-credit-card-validator
68 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
insolita/metaphone
23 Downloads
Metaphone algorithm implementation adopted to russian
igirid/parrallex
62 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.
herroffizier/limcache
1481 Downloads
Non-persistent cache manager with LRU and MRU algorithms
hamoi1/eloquent-encryptable
129 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.
gevman/azure-thumbnails
21 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
25 Downloads
Implementation of a Constraint Satisfaction Problem algorithm in PHP