Libraries tagged by resampling
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.
mostafaarafat/laravel-n1-detector
3 Downloads
Production-safe N+1 query detector for Laravel with sampling, fingerprinting, and alerting.
michaelfrank-dev/php-trng
0 Downloads
Robust PHP library for retrieving true random numbers (TRNG) from quantum and hardware sources, featuring rejection sampling and resilient fallback chains.
maple-syrup-group/dbsampler
32004 Downloads
Rule-based generation of fixture databases by sampling operational databases