PHPackages                             adt/bulk-fetcher - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. adt/bulk-fetcher

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

adt/bulk-fetcher
================

v5.1(1y ago)036.8k↓46.7%MITPHP

Since Mar 16Pushed 1y ago14 watchersCompare

[ Source](https://github.com/AppsDevTeam/BulkFetcher)[ Packagist](https://packagist.org/packages/adt/bulk-fetcher)[ RSS](/packages/adt-bulk-fetcher/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (11)Used By (0)

BulkFetcher
===========

[](#bulkfetcher)

`\ADT\BulkFetcher\Factory` can be used with:

- `\Kdyby\Doctrine\ResultSet`
- `\Doctrine\ORM\QueryBuilder`
- `\Kdyby\Doctrine\NativeQueryBuilder`

Installation
------------

[](#installation)

via composer:

```
composer require adt/bulk-fetcher
```

Full example
------------

[](#full-example)

Whole batch is in transaction.

```
$qb = $entityManager->createQueryBuilder('user');

try {
	$entityManager->beginTransaction();

	$data = \ADT\BulkFetcher\Factory::create($qb, 100);
	$data->onBeforeFetch[] = function() use ($entityManager) {
		$entityManager->commit();
		$entityManager->clear();
		$entityManager->beginTransaction();
	};

	foreach ($data as $key => $row) {
		// code
	}

	$entityManager->commit();

} catch (\Exception $e) {
	$entityManager->rollback();
	throw $e;
}
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance41

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~357 days

Recently: every ~449 days

Total

9

Last Release

495d ago

Major Versions

v1.1.0 → v2.02018-05-07

v2.0 → v3.02019-04-12

v3.2 → v4.02020-12-15

v4.0 → v5.02024-06-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/5575ff5b286a1982356d8ed7d8fc9f44385b44ef1108f34ac8c71b106d0c69ec?d=identicon)[michallohnisky](/maintainers/michallohnisky)

![](https://www.gravatar.com/avatar/b14b3ccdfe1f00a01596de650930f4dcb5de964af406a2cb7a9dafdf75decc6a?d=identicon)[appsdevteam](/maintainers/appsdevteam)

---

Top Contributors

[![michallohnisky](https://avatars.githubusercontent.com/u/4747059?v=4)](https://github.com/michallohnisky "michallohnisky (6 commits)")[![thorewi](https://avatars.githubusercontent.com/u/605858?v=4)](https://github.com/thorewi "thorewi (5 commits)")[![masicek](https://avatars.githubusercontent.com/u/1160736?v=4)](https://github.com/masicek "masicek (1 commits)")[![tkorcina](https://avatars.githubusercontent.com/u/31270983?v=4)](https://github.com/tkorcina "tkorcina (1 commits)")[![Walusyak](https://avatars.githubusercontent.com/u/20837611?v=4)](https://github.com/Walusyak "Walusyak (1 commits)")[![petrullrich](https://avatars.githubusercontent.com/u/45197504?v=4)](https://github.com/petrullrich "petrullrich (1 commits)")[![NoxZet](https://avatars.githubusercontent.com/u/23127344?v=4)](https://github.com/NoxZet "NoxZet (1 commits)")

### Embed Badge

![Health badge](/badges/adt-bulk-fetcher/health.svg)

```
[![Health](https://phpackages.com/badges/adt-bulk-fetcher/health.svg)](https://phpackages.com/packages/adt-bulk-fetcher)
```

###  Alternatives

[anthonybudd/wp_route

1041.9k](/packages/anthonybudd-wp-route)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
