Libraries tagged by sampling
reliforp/reli-prof
945 Downloads
A sampling profiler or a memory profiler for PHP written in PHP, which reads information about running PHP VM from outside of the process.
wikimedia/arc-lamp
4619 Downloads
Flame graphs and log processing for PHP stack traces.
webit/downsampling
50204 Downloads
Downsampling algorithms
ambroisemaupate/intervention-request
43296 Downloads
A customizable Intervention Image wrapper to use image simple re-sampling features over urls and a configurable cache.
openxtrem/opentelemetry-intermediate-sampling
2445 Downloads
sj-i/php-profiler
65 Downloads
A sampling profiler or a memory profiler for PHP written in PHP, which reads information about running PHP VM from outside of the process.
frank-houweling/weighted-random
2276 Downloads
Library for generating a weighted random sample
antikirra/probability
2914 Downloads
Lightweight PHP micro-library for probabilistic and deterministic code execution — feature flags, A/B testing, gradual rollouts and sampling.
mostafaarafat/laravel-n1-detector
3 Downloads
Production-safe N+1 query detector for Laravel with sampling, fingerprinting, and alerting.
olcaytaner/sampling
6 Downloads
Sampling Library
mschandr/weighted-random
0 Downloads
Library for generating a weighted random sample
mfonte/sparsedigest
3 Downloads
Fast PHP file hashing library using intelligent sampling. Reads only selected portions of large binary files instead of full content, dramatically reducing I/O overhead. Automatically falls back to full-file hashing for text files. Deterministic, non-cryptographic, optimized for change detection.
univeros/profiling
0 Downloads
bin/altair profile — framework-native sampling profiler. Answers "where does my code spend time?" via excimer (or xdebug) sampling, builds a weighted call tree + hotspot table + flamegraph SVG, and diffs two profiles to flag regressions. Deterministic JSON for agents and CI.
phparrot/parrot
9 Downloads
Rule-based generation of fixture databases by sampling operational databases. Forked from maple-syrup-group/dbsampler
niktomo/weighted-sample
0 Downloads
Weighted random sampling for PHP 8.2+. Supports repeatable draws (WeightedPool) and box-gacha limited inventory (BoxPool) with alias-method O(1) picking and cryptographically secure randomness by default.