Libraries tagged by algorithmic
phpbenchmark/phpbenchmark
11409 Downloads
Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses
offdev/bandit
10507 Downloads
An A/B/x testing algorithm written in PHP by implementing the solution to the multi armed bandit problem
nadylib/leaky-bucket
29224 Downloads
An fiber-based implementation of the LeakyBucket algorithm
mordilion/huffman-php
21311 Downloads
PHP-Library for using the Huffman-Algorithm in PHP
markfullmer/porter2
27008 Downloads
Stem words using the English Porter 2 algorithm
maartenstaa/glicko2
6989 Downloads
PHP implementation of the Glicko-2 rating algorithm
lia/lia_hyphenator
623 Downloads
TYPO3 extension wrapping PHP word hyphenation using the TeX hyphenation algorithm for accurate text formatting.
lcobucci/jwt-rsassa-pss
10862 Downloads
An extension to lcobucci/jwt to handle RSASSA-PSS algorithms
kkiernan/caesar-cipher
17446 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
jlorente/laravel-credit-cards
32449 Downloads
Laravel >=5.6 integration for the PHP Credit Cards package that allows to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm.
evit/php-gm-crypto
2293 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
8119 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 から利用できるようにします。
enzomc/php-fpgrowth
1814 Downloads
PHP implementation of the Frequent Pattern Growth algorithm
convenia/credit-card-validator-php
41369 Downloads
Fork Off inacho/php-credit-card-validator Because it looks like is not being manteined anymore --- Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
combodo/doctrine-encrypt-bundle
74371 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl