PHPackages                             zobzn/batcher - 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. zobzn/batcher

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

zobzn/batcher
=============

Perform batch operations

0.1.0(9y ago)1110MITPHPPHP &gt;=5.3.0

Since Jul 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zobzn/batcher)[ Packagist](https://packagist.org/packages/zobzn/batcher)[ Docs](http://github.com/zobzn/batcher)[ RSS](/packages/zobzn-batcher/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (5)Used By (0)

zobzn/batcher
=============

[](#zobznbatcher)

[![Build Status](https://camo.githubusercontent.com/c20479ef8299d422342f900a6b80c753e840917107bc68aeff70669b7fa7d0b7/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7a6f627a6e2f626174636865722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/zobzn/batcher)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Perform batch operations

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

[](#installation)

```
composer require zobzn/batcher
```

Basic Usage
-----------

[](#basic-usage)

```
require_once __DIR__ . '/vendor/autoload.php';

$batcher = new \Zobzn\Batcher(30, function (array $items) {
    var_export($items);
});

for ($i = 0; $i < 100; $i++) {
    $batcher->add($i);
}

$batcher->finish();
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~0 days

Total

4

Last Release

3628d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/324251?v=4)[zema](/maintainers/zema)[@zema](https://github.com/zema)

---

Top Contributors

[![zobzn](https://avatars.githubusercontent.com/u/579620?v=4)](https://github.com/zobzn "zobzn (7 commits)")

---

Tags

batchbulk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zobzn-batcher/health.svg)

```
[![Health](https://phpackages.com/badges/zobzn-batcher/health.svg)](https://phpackages.com/packages/zobzn-batcher)
```

###  Alternatives

[fsc/batch

Library with classes to help you do batch.

185.3k](/packages/fsc-batch)

PHPackages © 2026

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