Libraries tagged by batch loading
zenstruck/collection
985250 Downloads
Iterate, filter and paginate anything - arrays, generators or Doctrine ORM queries - without loading it all into memory.
leinonen/php-dataloader
16535 Downloads
Port of Facebook's dataloader to PHP
tito10047/progressive-image-bundle
270 Downloads
High-performance progressive image loading bundle for Symfony with Blurhash placeholders, zero CLS, and smart responsive strategies.
andrewdalpino/dataloader-php
9288 Downloads
A speed layer that enables batch loading, de-duplication, and caching for efficient data fetching over any storage backend.
rekalogika/collections-orm
2021 Downloads
Lazy-loading collection class using Doctrine ORM QueryBuilder as the data source
ez-php/dataloader
131 Downloads
Generic keyed-batch loading and per-key memoization primitive for solving N+1 access patterns
nandan108/attrecord
210 Downloads
Lightweight PHP 8.1+ attribute-driven active-record layer with dirty tracking, batch relation loading, deadlock-safe locking, and MySQL/PostgreSQL CREATE TABLE generation.
eloquage/tokens
1 Downloads
Fast tokenizers for PHP: BPE/WordPiece-style encode/decode, vocab loading, and batch tokenization for LLM and search pipelines.
bigenergy/laravel-nplusone-baseline
1 Downloads
Catch N+1 regressions in CI. Collects lazy-loading violations across your whole test suite, compares them against a committed baseline, and fails the build only on new ones.