Libraries tagged by algorithmic
yarri/my-blowfish
40769 Downloads
Simple class for passwords hashing and checking using Blowfish algorithm
triun/longest-common-subsequence
13610 Downloads
PHP implementation of an algorithm to solve the 'longest common subsequence' problem.
syspass/plugin-authenticator
9956 Downloads
2FA authentication plugin for sysPass based on TOTP algorithm (RFC 6238)
sugarcraft/candy-fuzzy
1204 Downloads
Fuzzy string matching with scored matched indices — Smith-Waterman + Sahilm algorithms. Unblocks filter-highlighting UI across the ecosystem.
stefangabos/zebra_mptt
577 Downloads
A PHP library providing an implementation of the modified preorder tree traversal algorithm
phpbenchmark/phpbenchmark
11478 Downloads
Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses
necrox87/yii2-nudity-detector
3272 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
25838 Downloads
PHP-Library for using the Huffman-Algorithm in PHP
mission-gaming/tactician
806 Downloads
A modern PHP library for generating structured tournament schedules with deterministic algorithms like Round Robin, Swiss, and Pool play
meezaan/aescryptor
1065 Downloads
A library to encrypt / decrypt strings using the AES algorithm
mdhearing/aspnetcore-identity
16550 Downloads
A direct port of the algorithms used to generate and verify ASP.NET password hashes in .NET Core
markfullmer/porter2
28618 Downloads
Stem words using the English Porter 2 algorithm
lia/lia_hyphenator
2729 Downloads
TYPO3 extension wrapping PHP word hyphenation using the TeX hyphenation algorithm for accurate text formatting.
lcobucci/jwt-rsassa-pss
30961 Downloads
An extension to lcobucci/jwt to handle RSASSA-PSS algorithms
kkiernan/caesar-cipher
18372 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.