Libraries tagged by algos
ilicmiljan/weighted-ratings
33719 Downloads
A lightweight PHP library for calculating the Wilson Lower Bound Score and Bayesian Approximation weights for sorting algorithms based on user feedback.
hemiframe/php-aes
24289 Downloads
PHP class for encrypt and decrypt data with AES algorithm
fieg/bayes
89636 Downloads
Implementation of Naive Bayes Classifier algorithm in PHP.
evit/php-gm-crypto
1518 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.
dragon-code/card-number
10816 Downloads
Generation and verification of card numbers using Luhn's algorithm.
dodo-it/entity-generator
112433 Downloads
Entity generator from database for almost any DBAL
doctormckay/steam-totp
20100 Downloads
PHP library to deal with Steam's proprietary TOTP algorithm
devknown/twig-import-function
42348 Downloads
Call (almost) any PHP function from your Twig (v3) templates.
david-r-edgar/rdp
28023 Downloads
Ramer–Douglas–Peucker algorithm for polyline simplification
dan-on/php-interval-tree
9925 Downloads
Is an implementation of interval binary search tree according to Thomas Cormen book "Introduction to Algorithms".
combodo/doctrine-encrypt-bundle
72216 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl
charm/uuid
19295 Downloads
A very fast and dependency free library to generate UUIDs (GUIDs) version 1 or 4, sortable UUIDs that validates, or 64 bit unique identifiers according to Twitters' Snowflake, Sonyflake or Instaflake algorithms.
cbsi/doctrine2-nestedset
294387 Downloads
This Doctrine2 extension implements the nested set model (modified pre-order tree traversal algorithm) for Doctrine2.
bhuvidya/laravel-countries
21677 Downloads
Laravel Countries is a bundle for Laravel, providing Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries. Bug kudos to Christoph Kempen, on whose work this package is heavily based (webpatser/laravel-countries).
axy/codecs-base64vlq
665195 Downloads
Codec for VLQ (variable-length quantity) Base64 algorithm