PHPackages                             yproximite/yprox-api-client-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. [API Development](/categories/api)
4. /
5. yproximite/yprox-api-client-bundle

ActiveSymfony-bundle[API Development](/categories/api)

yproximite/yprox-api-client-bundle
==================================

Integration of yProx API client library for Symfony

v3.0.0(5y ago)03.8kMITPHPPHP ^7.2

Since Feb 8Pushed 5y ago10 watchersCompare

[ Source](https://github.com/Yproximite/YproxApiClientBundle)[ Packagist](https://packagist.org/packages/yproximite/yprox-api-client-bundle)[ RSS](/packages/yproximite-yprox-api-client-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (5)Dependencies (8)Versions (9)Used By (0)

YproxApiClientBundle
====================

[](#yproxapiclientbundle)

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

[](#installation)

Require [`yproximite/yprox-api-client-bundle`](https://packagist.org/packages/yproximite/yprox-api-client-bundle)to your `composer.json` file:

```
$ composer require yproximite/yprox-api-client-bundle
```

Register the bundle in `app/AppKernel.php`:

```
// app/AppKernel.php
public function registerBundles()
{
    return [
        // ...
        new Yproximite\Bundle\YproxApiClientBundle\YproxApiClientBundle(),
    ];
}
```

Configuration
-------------

[](#configuration)

Here is the configuration reference:

```
# app/config/config.yml
yprox_api_client:

    # Identifier of the service that represents "Http\Client\HttpClient"
    http_client: httplug.client.guzzle6

    clients:

        # Simple example
        default:
            api_key: xxxxx

        # Advanced example
        custom:
            api_key: yyyyy
            base_url: http://api.host.com
```

Usage
-----

[](#usage)

```
// yprox_api_client.service_aggregator.
$api = $this->get('yprox_api_client.service_aggregator.default');

$message = new ArticleListMessage();
$message->setSiteId(1);

// Yproximite\Api\Model\Article\Article[]
$articles = $api->article()->getArticles($message);
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~227 days

Recently: every ~269 days

Total

7

Last Release

2065d ago

Major Versions

v1.0.1 → v2.0.02017-11-22

v2.1.1 → v3.0.02020-11-03

PHP version history (2 changes)v1.0.0PHP ^7.0

v3.0.0PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/2cc4596a870c941fcf8f77e998b26925e57942559718270f7cece4e0b43c2b6c?d=identicon)[RomulusED69](/maintainers/RomulusED69)

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

---

Top Contributors

[![Kocal](https://avatars.githubusercontent.com/u/2103975?v=4)](https://github.com/Kocal "Kocal (5 commits)")[![RomulusED69](https://avatars.githubusercontent.com/u/9000452?v=4)](https://github.com/RomulusED69 "RomulusED69 (3 commits)")[![n-sviridenko](https://avatars.githubusercontent.com/u/9335422?v=4)](https://github.com/n-sviridenko "n-sviridenko (2 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yproximite-yprox-api-client-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/yproximite-yprox-api-client-bundle/health.svg)](https://phpackages.com/packages/yproximite-yprox-api-client-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M717](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[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.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[sulu/headless-bundle

Bundle that provides controllers and services for using Sulu as headless content management system

56140.6k2](/packages/sulu-headless-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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