Libraries tagged by algm
markfullmer/porter2
26762 Downloads
Stem words using the English Porter 2 algorithm
mapado/iso7064-mod-97-10
739 Downloads
Algorithm that calculates number of control, described in ISO 7064, Mod 97 10. Normally used to validate IBAN and nibs of bank accounts.
maartenstaa/glicko2
6856 Downloads
PHP implementation of the Glicko-2 rating algorithm
kkiernan/caesar-cipher
17333 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
hollodotme/cologne-phonetic
26423 Downloads
PHP OOP Implementation of the 'Kölner Phonetic Index' - a soundex like algorithm for german language
evit/php-gm-crypto
2084 Downloads
Fully compatible with the sm4-cbc and sm4-ecb state secret SM algorithms of openssl. When openssl >= 1.1.1 supports the state secret algorithm, directly call openssl for SM4 encryption and decryption, otherwise call the custom algorithm.
esperecyan/url
8029 Downloads
Makes the algorithms and APIs defined by URL Standard (replaces RFC 3986 and RFC 3987) available on PHP. / URL Standard (RFC 3986、RFC 3987 を置き換える Web 標準仕様) で定義されているアルゴリズム、および API を PHP から利用できるようにします。
enzomc/php-fpgrowth
1528 Downloads
PHP implementation of the Frequent Pattern Growth algorithm
developermarius/simple-router
1918 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
d3lph1/boollet
3562 Downloads
Boolean algebra toolkit for PHP
convenia/credit-card-validator-php
39868 Downloads
Fork Off inacho/php-credit-card-validator Because it looks like is not being manteined anymore --- Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
combodo/doctrine-encrypt-bundle
73926 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl
codedheartinside/apriori
19694 Downloads
Apriori data analysing algorithm written within PHP.
clarkwinkelmann/flarum-ext-scout
3253 Downloads
Algolia and Meilisearch search for Flarum
chxj1992/hashring
69773 Downloads
Consistent hashing "hashring" implementation in php (using the same algorithm as libketama)