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

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

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

Http batch server implementation for symfony via sub requests.

0.2(9y ago)2520.7k—5%3[1 issues](https://github.com/IdeasoftLabs/http-batch-bundle/issues)[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 yesterday

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 72% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity35

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

3477d 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

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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