PHPackages                             avtonom/web-gate-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. avtonom/web-gate-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

avtonom/web-gate-bundle
=======================

API for request and response to Rest and Soap

v2.2.11(8y ago)2470MITPHP &gt;=5.3.2

Since May 24Compare

[ Source](https://github.com/Avtonom/web-gate-bundle)[ Packagist](https://packagist.org/packages/avtonom/web-gate-bundle)[ Docs](https://github.com/Avtonom/web-gate-bundle)[ RSS](/packages/avtonom-web-gate-bundle/feed)WikiDiscussions Synced 2w ago

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

web-gate-bundle
===============

[](#web-gate-bundle)

API for request and response to Rest and Soap

#### To Install

[](#to-install)

```
php composer.phar require "avtonom/web-gate-bundle"
```

Add the bundle to app/AppKernel.php

```
$bundles(
    ...
            new Sensio\Bundle\BuzzBundle\SensioBuzzBundle(),
            new Avtonom\WebGateBundle\AvtonomWebGateBundle(),
    ...
```

Configuration options (parameters.yaml):

```
    web_gate.soap.environment: dev
    web_gate.soap.connection_timeout: 15

    web_gate.logger.logging_max_files: 0
    web_gate.logger.logging_level: 100
```

Configuration services (services.yaml):

```
services:
    app.rest.client.get_user:
        class: Avtonom\WebGateBundle\Service\RestService
        arguments:
            - "@web_gate.logger"
            - "@buzz"
            - "GET"
            - "%web_gate.rest.host%"
            - "%web_gate.rest.env%/api/v1/user/"
            - "%web_gate.rest.login%"
            - "%web_gate.rest.password%"
```

Controller

```
$user = $this->get('app.rest.client.get_user')->send(['login' => 'test'], '/api/v1/user' . '/other_params');
```

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Recently: every ~34 days

Total

15

Last Release

2961d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/851a2d4f8d02604c04bd2c4331a901e4fc92ed7ec1371cbceafb48c2495efc8c?d=identicon)[avtonomspb](/maintainers/avtonomspb)

---

Top Contributors

[![Avtonom](https://avatars.githubusercontent.com/u/988367?v=4)](https://github.com/Avtonom "Avtonom (1 commits)")

---

Tags

responserequestapibundlerestSymfony2soapbuzz

### Embed Badge

![Health badge](/badges/avtonom-web-gate-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/avtonom-web-gate-bundle/health.svg)](https://phpackages.com/packages/avtonom-web-gate-bundle)
```

###  Alternatives

[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[oro/platform

Business Application Platform (BAP)

645146.3k117](/packages/oro-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M668](/packages/shopware-core)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)[elementaryframework/water-pipe

URL routing framework and requests/responses handler for PHP

265.5k4](/packages/elementaryframework-water-pipe)

PHPackages © 2026

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