PHPackages                             netom/bullet-chunks - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. netom/bullet-chunks

ActiveLibrary[HTTP &amp; Networking](/categories/http)

netom/bullet-chunks
===================

Response type for the bulletphp framework implementing chunked encoding

1.0.1(11y ago)02.8kMITPHPPHP &gt;=5.4.0

Since Apr 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/netom/bullet-chunks)[ Packagist](https://packagist.org/packages/netom/bullet-chunks)[ Docs](http://github.com/netom/bullet-chunks)[ RSS](/packages/netom-bullet-chunks/feed)WikiDiscussions master Synced 1mo ago

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

Bullet-Chunks
=============

[](#bullet-chunks)

[![Build Status](https://camo.githubusercontent.com/ac43f60ec94bf4ed90bbb37faf7d781a94a7c6c3e97816f1d650e7e3d62a2a32/68747470733a2f2f7472617669732d63692e6f72672f6e65746f6d2f62756c6c65742d6368756e6b732e737667)](https://travis-ci.org/netom/bullet-chunks)

Bullet-Chunks is a Response class for the Bullet PHP framework.

It helps reducing the memory/disk footprint and the response time of Bullet PHP pages or API endpoints where lot of data needs to be returned.

Often such data is read from a database as a list of records, or from a file as binary chunks of lines.

If a Traversable (or similarly foreach-able) class can be (or already is) wrapped around the data where it isn't fetched at once, but record-by-record or line-by-line, this response object can emit the HTTP response as the data arrives, without loading all of it into a large memory buffer or temporary file.

As a result, the browser or API client will start receiving the data as the first item arrives, and the memory footprint won't depend on the amount of data being transferred.

Chunked encoding
----------------

[](#chunked-encoding)

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

[](#installation)

Usage
-----

[](#usage)

Running the tests
-----------------

[](#running-the-tests)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

4045d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/072a2df3c2ea839646b2f91158af79a5879bd915a6ee4c326ac48007c1a199d5?d=identicon)[netom](/maintainers/netom)

---

Top Contributors

[![netom](https://avatars.githubusercontent.com/u/695195?v=4)](https://github.com/netom "netom (10 commits)")

---

Tags

httpresponseencodingchunkedbullet

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/netom-bullet-chunks/health.svg)

```
[![Health](https://phpackages.com/badges/netom-bullet-chunks/health.svg)](https://phpackages.com/packages/netom-bullet-chunks)
```

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

7.9k1.0B3.2k](/packages/guzzlehttp-psr7)[psr/http-message

Common interface for HTTP messages

7.1k1.0B5.5k](/packages/psr-http-message)[psr/http-factory

PSR-17: Common interfaces for PSR-7 HTTP message factories

1.9k692.9M1.9k](/packages/psr-http-factory)[fig/http-message-util

Utility classes and constants for use with PSR-7 (psr/http-message)

39489.0M274](/packages/fig-http-message-util)[nette/http

🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.

48819.2M541](/packages/nette-http)[psr/http-server-handler

Common interface for HTTP server-side request handler

177101.3M921](/packages/psr-http-server-handler)

PHPackages © 2026

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