PHPackages                             ideasoft/http-batch-bundle - 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. ideasoft/http-batch-bundle

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

ideasoft/http-batch-bundle
==========================

Http batch server implementation for symfony via sub requests.

0.2(9y ago)2520.4k↓33.3%3[1 PRs](https://github.com/IdeasoftLabs/http-batch-bundle/pulls)MITPHPPHP &gt;=5.5.9

Since Dec 21Pushed 7y ago4 watchersCompare

[ Source](https://github.com/IdeasoftLabs/http-batch-bundle)[ Packagist](https://packagist.org/packages/ideasoft/http-batch-bundle)[ RSS](/packages/ideasoft-http-batch-bundle/feed)WikiDiscussions master Synced 1mo ago

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

### HttpBatchBundle

[](#httpbatchbundle)

HttpBatchBundle is a plugin that allows you to packaging a set of requests by implementing `multipart/batch` method for Symfony. This bundle will allow you to decrease requests count and lower costs welcomed.

### How `multipart/batch` works?

[](#how-multipartbatch-works)

HTTP `multipart/batch` is a format for packaging multiple HTTP requests in a single request. You can read this draft for more detail:

### Installing HttpBatchBundle

[](#installing-httpbatchbundle)

The easiest way to install HttpBatchBundle is through composer.

```
composer require ideasoft/http-batch-bundle
```

Don't forget to register in AppKernel.php

```
$bundles = [
            ...
            new \Ideasoft\HttpBatchBundle\HttpBatchBundle()
        ];
```

Now lets configurate it!

### Configuration

[](#configuration)

##### Routing

[](#routing)

Add a route for HttpBatchBundle like that to your routing.yml

```
http_batch:
    resource: "@HttpBatchBundle/Controller/"
    type:     annotation
```

#### Sevice Registration

[](#sevice-registration)

Register HttpBatchBundle services. Add this line to your services.yml

```
imports:
    ...
    - { resource: "@HttpBatchBundle/Resources/config/services.yml" }
```

That's all. Now you can use http batch implementation on your symfony project.

Your batch request url is .

You should post your batch request to this url.You can change it from routing.yml if you want. You can test it with Postman or anything else.

### Do you need a multipart/batch client for PHP?

[](#do-you-need-a-multipartbatch-client-for-php)

You're lucky! You can try

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.2% 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 ~4 days

Total

2

Last Release

3431d ago

### Community

Maintainers

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

---

Top Contributors

[![mustafaileri](https://avatars.githubusercontent.com/u/305670?v=4)](https://github.com/mustafaileri "mustafaileri (15 commits)")[![faruktemur](https://avatars.githubusercontent.com/u/600963?v=4)](https://github.com/faruktemur "faruktemur (2 commits)")[![beratdogan](https://avatars.githubusercontent.com/u/1402420?v=4)](https://github.com/beratdogan "beratdogan (1 commits)")[![mustafaileriidea](https://avatars.githubusercontent.com/u/18278715?v=4)](https://github.com/mustafaileriidea "mustafaileriidea (1 commits)")[![paukenba](https://avatars.githubusercontent.com/u/3738977?v=4)](https://github.com/paukenba "paukenba (1 commits)")[![koraybilgi](https://avatars.githubusercontent.com/u/6919356?v=4)](https://github.com/koraybilgi "koraybilgi (1 commits)")[![ismailbaskin](https://avatars.githubusercontent.com/u/358830?v=4)](https://github.com/ismailbaskin "ismailbaskin (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ideasoft-http-batch-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ideasoft-http-batch-bundle/health.svg)](https://phpackages.com/packages/ideasoft-http-batch-bundle)
```

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)[meteocontrol/vcom-api-client

HTTP Client for meteocontrol's VCOM API - The VCOM API enables you to directly access your data on the meteocontrol platform.

175.7k1](/packages/meteocontrol-vcom-api-client)

PHPackages © 2026

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