Libraries tagged by algorithms
echo511/pso
18 Downloads
Particle Swarm Optimization algorithm
ec0g/algostruct
2 Downloads
A package of algorithms and data structures written in PHP.
dryas/f3_tree
16 Downloads
A Tree helper for the PHP Fat-Free framework (F3) implementing the modified preorder tree traversal algorithm
dritter/nix-hasher
7 Downloads
Provide an easy way to generate SRI Hashes and an Implementation of Nix base32 algorithm.
doganoo/dependency-solver
11 Downloads
listing database dependencies using topological sorting algorithms
dmk/mkphpids
8801 Downloads
Currently the PHPIDS detects all sorts of XSS, SQL Injection, header injection, directory traversal, RFE/LFI, DoS and LDAP attacks. Through special conversion algorithms the PHPIDS is even able to detect heavily obfuscated attacks.
diogoca/dsalgorithms
0 Downloads
Data Structures, Search, Sort, Numbers and String Algorithms
diamonddev/laravel-geographical-calculator
0 Downloads
Laravel package that helps you perform geographical calculation with several algorithms that help you deal with coordinates
devhelp/hash
47 Downloads
Introduces HashGenerator class that can be used to register and use different hash algorithms
designbycode/south-african-id-validator
36 Downloads
The South African ID Validator is a PHP class that validates and extracts information from South African ID numbers. It uses the Luhn Algorithm to validate the ID number and provides methods to determine the gender, citizenship, and birthdate of the individual.
designbycode/fuzzy-search
9 Downloads
The Fuzzy Search package provides a simple and efficient way to perform fuzzy searches on a collection of texts using the Levenshtein distance algorithm. This package is useful when you need to search for texts that may contain typos or slight variations.
dentmate/rajahan
40 Downloads
PHP package for encryption/decryption using AES algorithm compatible with CryptoJS
deadlarsen/iblocksortfix
4 Downloads
1C-Bitrix module for fixing SORT field in iblock elements with 100-step algorithm
dddxiu/php-logic-simplifier
8 Downloads
php login expression simplifier,Quine–McCluskey algorithm
dbeurive/shuntingyard
44 Downloads
This is an implementation of the shunting yard algorithm.