Libraries tagged by Algorithem
mega6382/base64
8 Downloads
This class can encode and decode data in base64 in pure PHP. It can take a data string and encode it using the base64 algorithm. The class can also do the opposite, i.e. decode base64 encoded data and return the original data string.
meezaan/aescryptor
107 Downloads
A library to encrypt / decrypt strings using the AES algorithm
meetmatt/smallestenclosingcircle
141 Downloads
Smallest enclosing circle algorithm in PHP
mdwheele/stemmer
20 Downloads
A word stemmer following the Porter Stemming Algorithm.
mbaynton/batch-framework
8 Downloads
An API and foundational algorithms for efficient processing of long-running jobs that can be divided into small work units.
maxleonov/cakephp-clope-clustering-plugin
16 Downloads
Cake-PHP plugin for CLOPE clustering algorithm
mauriciourrego/colorcube-php
35 Downloads
Dominant color extraction from RGB images — PHP port of Ole Krause-Sparman's algorithm.
mathematicator-core/statistic
2898 Downloads
PHP Statistic Algorithms
mathbdw/whatsapp-stream-encryption-test
12 Downloads
Test task PSR-7 Stream decorators for WhatsApp encryption algorithms
marianperca/token-bucket
117 Downloads
Implementation of the Token Bucket algorithm.
marcinjean/minisnowflake
2 Downloads
A lightweight, case-insensitive, short ID generator using a mini Snowflake algorithm.
maksimf/php-murmurhash3
10 Downloads
PHP Murmurhash3 algorithm implementation
lyignore/bloom
4 Downloads
Bloem algorithm combined with redis implementation
lumphp/codec
5 Downloads
The encode/decode algorithm component.
lswl/sensitive
2 Downloads
Filter sensitive words based on determination of Finite Automata (DFA) algorithm.