Libraries tagged by algm
securepoint/token-bucket
8738 Downloads
Implementation of the Token Bucket algorithm.
rich-davis1/phpw2v
950 Downloads
A PHP implementation of Word2Vec, a popular word embedding algorithm created by Tomas Mikolov and popularized by Radim Řehůřek & Peter Sojka with the Gensim Python library.
rekalogika/reconstitutor
3262 Downloads
A thin layer above Doctrine events to help you reconstitute/hydrate your entities. The most common example being handling file uploads, but also many other purposes. It lets you augment Doctrine's hydration with your logic in a concise and expressive class.
php-tui/cassowary
2343 Downloads
Cassowary constraint solving algorithm implementation
offdev/bandit
9991 Downloads
An A/B/x testing algorithm written in PHP by implementing the solution to the multi armed bandit problem
mordilion/huffman-php
15327 Downloads
PHP-Library for using the Huffman-Algorithm in PHP
meniam/permutation
9259 Downloads
Permutation algorithm on PHP
maartenstaa/glicko2
6128 Downloads
PHP implementation of the Glicko-2 rating algorithm
kkiernan/caesar-cipher
16525 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
ilicmiljan/weighted-ratings
26800 Downloads
A lightweight PHP library for calculating the Wilson Lower Bound Score and Bayesian Approximation weights for sorting algorithms based on user feedback.
hollodotme/cologne-phonetic
25595 Downloads
PHP OOP Implementation of the 'Kölner Phonetic Index' - a soundex like algorithm for german language
fabis94/php-twiddle
54261 Downloads
The Chase's Twiddle algorithm rewritten in PHP that returns all combinations of m out of n objects.
evit/php-gm-crypto
518 Downloads
Fully compatible with the sm4-cbc and sm4-ecb state secret SM algorithms of openssl. When openssl >= 1.1.1 supports the state secret algorithm, directly call openssl for SM4 encryption and decryption, otherwise call the custom algorithm.
esperecyan/url
7284 Downloads
Makes the algorithms and APIs defined by URL Standard (replaces RFC 3986 and RFC 3987) available on PHP. / URL Standard (RFC 3986、RFC 3987 を置き換える Web 標準仕様) で定義されているアルゴリズム、および API を PHP から利用できるようにします。
developermarius/simple-router
1525 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.