Download the PHP package ropi/cardinality-estimation without Composer
On this page you can find all versions of the php package ropi/cardinality-estimation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ropi/cardinality-estimation
More information about ropi/cardinality-estimation
Files in ropi/cardinality-estimation
Download ropi/cardinality-estimation
More information about ropi/cardinality-estimation
Files in ropi/cardinality-estimation
Vendor ropi
Package cardinality-estimation
Short Description Cardinality estimation
License MIT
Homepage https://www.robertpiplica.de
Package cardinality-estimation
Short Description Cardinality estimation
License MIT
Homepage https://www.robertpiplica.de
Please rate this library. Is it a good library?
Informations about the package cardinality-estimation
Cardinality estimation library for PHP
This library is a PHP based implementation for estimating cardinalities.
Following cardinality estimators are implemented:
- HyperLogLog (approx. cardinality estimation but very low memory usage)
- Exact (exact cardinality estimation but very high memory usage)
Requirements
- PHP ^8.1
Installation
The library can be installed from a command line interface by using composer.
Basic usage
All versions of cardinality-estimation with dependencies
PHP Build Version
Package Version
Requires
ext-bcmath Version
*
ext-mbstring Version *
ext-fileinfo Version *
php Version >=8.1.0
ext-mbstring Version *
ext-fileinfo Version *
php Version >=8.1.0
The package ropi/cardinality-estimation contains the following files
Loading the files please wait ....