Libraries tagged by algotrig
bitween/merge-sort
2 Downloads
A simple example of a divide and conquer algorithm: merge sort. Example is used to explain the divide and conquer technique.
bilalatli/php-sorting
4 Downloads
PHP Sorting Algorithms
bigb06/phpcypherfile
11 Downloads
A PHP library for encrypting and decrypting files using the AES-256-CBC algorithm.
bestjf/php-dfa-sensitive
362 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
beastbytes/yii-otp
8 Downloads
Library that simplifies using One Time Passwords (OTP) (HOTP or TOTP algorithm) in Yii3 applications
bayfrontmedia/leaky-bucket
786 Downloads
Framework-agnostic throttling using the leaky bucket algorithm.
batmage/credit-card-validator
42 Downloads
A simple credit card validator using the Luhn algorithm
barseghyanartur/ska
319 Downloads
Sign data using symmetric-key algorithm encryption. Validate signed data and identify possible validation errors. Uses sha-(1, 224, 256, 385 and 512)/hmac for signature encryption. Custom hash algorithms are allowed. Useful shortcut functions for signing (and validating) dictionaries and URLs.
baraja-core/combinations
45781 Downloads
Smart algorithms about combinations and generators.
balpom/links-handler
10 Downloads
Simple interface for handling all links from PSR-13 link collection by used defined algorithm.
avanboxel/php-rate-limiter
0 Downloads
A flexible rate limiting library for PHP applications with multiple algorithm implementations and persistent storage support
aslamhus/rectpacker
12 Downloads
heuristic algorithm for efficiently packing rectangles of a fixed aspect ratio into a defined space, addressing the NP-hard bin packing problem through iterative adjustment of tile sizes and arrangement.
aoaite/bunny-hash-php
3 Downloads
PHP implementation of BunnyHash by MrDroetsch. BunnyHash is an inverse permutation algorithm.
ankit04/hmac-sha1
9 Downloads
This is Larvel package that gives you the accessibility and reliability to make things hashed using HMAC-SHA1 algorithms
anhoder/boyer-moore
20 Downloads
Boyer-Moore algorithm in PHP(support Chinese).