Libraries tagged by algorithms
rich-davis1/phpw2v
1147 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.
phpbenchmark/phpbenchmark
11408 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
10496 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
21064 Downloads
PHP-Library for using the Huffman-Algorithm in PHP
maartenstaa/glicko2
6968 Downloads
PHP implementation of the Glicko-2 rating algorithm
lia/lia_hyphenator
518 Downloads
TYPO3 extension wrapping PHP word hyphenation using the TeX hyphenation algorithm for accurate text formatting.
lcobucci/jwt-rsassa-pss
9995 Downloads
An extension to lcobucci/jwt to handle RSASSA-PSS algorithms
kkiernan/caesar-cipher
17399 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
jlorente/laravel-credit-cards
32243 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
2223 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
8100 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
1754 Downloads
PHP implementation of the Frequent Pattern Growth algorithm
convenia/credit-card-validator-php
40625 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
74221 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl