Libraries tagged by Algorithm
vertilia/algo-toposort
2 Downloads
Topological sort algorithm
velliz/timetables
569 Downloads
Timetable algorithm implemented with 2 dimensional cartesius diagram
ufucms/php-dfa-sensitive
22 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
trismegiste/rpg-map-generator
10 Downloads
Various procedural algorithms for generating battlemaps for roleplaying games
triggerfish/doctrine-encrypt-bundle
38 Downloads
Symfony 4 bundle which allows to encrypt data in database with some encrypt algorithm
tox2ik/doctrine-encrypt-bundle
20 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm
torre76/php-crypto-params
6 Downloads
Utility function to encrypt - decrypt string using AES symmetric algorithm that is compatible with https://code.google.com/p/crypto-js/
tonix-tuft/php-cartesian-composition
1 Downloads
Cartesian composition algorithm to compose functions and objects implemented in PHP.
tobur/doctrine-encrypt-bundle
733 Downloads
Symfony 4 bundle which allows to encrypt data in database with some encrypt algorithm
timnarr/hyphenate
818 Downloads
Hyphenate is a Statamic addon providing a modifier to hyphenate strings based on the TeX-Hyphenation algorithm provided by the org_heigl/hyphenator package.
tianhe1986/fatahocorasick
23 Downloads
Aho-Corasick algorithm in php
thoss/laravel-gap-sort
3 Downloads
Sortable behaviour for Eloquent models with gap algorithm
thinfer/kmeansrgb
26 Downloads
A kmeans++ clustering algorithm for colors in R'G'B'
themismin/laravel-luhn-validator
780 Downloads
ID card valudator luhn algorithm validator.
tgraboski/tarjan
1670 Downloads
A simple cycle-detection algorithm. Given an edge-edges adjacency list, it returns a list of cycles.