PHPackages                             jc-src/sf-proxy-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. [Framework](/categories/framework)
4. /
5. jc-src/sf-proxy-bundle

ActiveLibrary[Framework](/categories/framework)

jc-src/sf-proxy-bundle
======================

Symfony proxy bundle

04PHP

Since Sep 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jc-src/SfProxyBundle)[ Packagist](https://packagist.org/packages/jc-src/sf-proxy-bundle)[ RSS](/packages/jc-src-sf-proxy-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

JcSrc SfProxyBundle
===================

[](#jcsrc-sfproxybundle)

Inner Working
-------------

[](#inner-working)

Intented as a simple configurable Proxy service. Configure if needed own classes to manipulate in 3 steps the data or even the request.

Configuration is Compiled for faster response and validation.

### Adding to Symfony

[](#adding-to-symfony)

composer require 'jc-src/sf-proxy-bundle'

Add to Kernel: app/AppKernel.php

```
    public function registerBundles()
    {
        $bundles = [
            ...
            new \JcSrc\SfProxyBundle\JcSrcSfProxyBundle(),
            ...
        ];
    }
```

Define Routing: app/config/routing.yml

```
jcsrc_proxy:
    resource: "@JcSrcSfProxyBundle/Resources/config/routing.yml"
    prefix:   /proxy
```

#### Url

[](#url)

Endpoint api `/proxy/{proxy_name}/{service}?queryparams=values`.

`proxy name ` Unique ID for a service. `service ` Will be appended: uri + serviceEndpoint + service -&gt; proxy. `queryparams` Just an optional sample

##### Configuration `description`

[](#configuration--description)

```
parameters:
    jcsrc.proxy.sources:
        proxy1:  # unique ID, called in url: proxy_name
            uri: # http full qualified domain url
            apiKey: # optional api key, by default passed as apiKey=value in query params
            queryStringTemplate: # optional mapping from request queryParams to proxy params
            serviceEndpoint: # optional append to uri on requesting data
            preProcessorService: # optional, valid service id. implement Interface for pre process request data.
            proxyProcessorService: # optional, valid service id. implement Interface for execute proxy request
            postProcessorService: # optional, valid service id. implement Interface for post manipulate result

```

##### An example for `full proxy config`

[](#an-example-for-full-proxy-config)

```
parameters:
    jcsrc.proxy.sources:
        proxy1:
            uri: 'http://gateway.proxy.com'
            apiKey: xxCCff8723
            queryStringTemplate: 'field1={queryParam1}'
            serviceEndpoint: /docs
            preProcessorService: 'valid.service.id.step.1'
            proxyProcessorService: 'valid.service.id.step.2'
            postProcessorService: 'valid.service.id.step.3'

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d409e0bf32b24ecf37ec0fa10462d2171578e335b3ed4e0adfc7b3c13c27c96?d=identicon)[jacobchristensen79](/maintainers/jacobchristensen79)

---

Top Contributors

[![jc-src](https://avatars.githubusercontent.com/u/5637686?v=4)](https://github.com/jc-src "jc-src (1 commits)")

### Embed Badge

![Health badge](/badges/jc-src-sf-proxy-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jc-src-sf-proxy-bundle/health.svg)](https://phpackages.com/packages/jc-src-sf-proxy-bundle)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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