Libraries tagged by algos
phpbenchmark/phpbenchmark
11393 Downloads
Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses
offdev/bandit
10406 Downloads
An A/B/x testing algorithm written in PHP by implementing the solution to the multi armed bandit problem
necrox87/yii2-nudity-detector
1907 Downloads
This algorithm tries to detect nudity in the image based on the amount os skin colors in it. Based on work of FreebieStock (https://github.com/FreebieStock/php-nudity-detector)
mordilion/huffman-php
19955 Downloads
PHP-Library for using the Huffman-Algorithm in PHP
mathielen/import-engine
11821 Downloads
Full-blown importer stack for importing almost any data into your application
martin/wn-forms-plugin
2072 Downloads
Create easy (and almost magic) AJAX forms
markfullmer/porter2
26691 Downloads
Stem words using the English Porter 2 algorithm
mapado/iso7064-mod-97-10
487 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
6786 Downloads
PHP implementation of the Glicko-2 rating algorithm
lcobucci/jwt-rsassa-pss
5044 Downloads
An extension to lcobucci/jwt to handle RSASSA-PSS algorithms
kkiernan/caesar-cipher
17229 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
hollodotme/cologne-phonetic
26332 Downloads
PHP OOP Implementation of the 'Kölner Phonetic Index' - a soundex like algorithm for german language
evit/php-gm-crypto
2016 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
7967 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
1303 Downloads
PHP implementation of the Frequent Pattern Growth algorithm