PHPackages                             syeedalireza/service-mesh-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. syeedalireza/service-mesh-bundle

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

syeedalireza/service-mesh-bundle
================================

gRPC-based service mesh for Symfony microservices with service discovery, circuit breaker, and load balancing

00PHPCI passing

Since Jan 31Pushed 3mo agoCompare

[ Source](https://github.com/syeedalireza/service-mesh-bundle)[ Packagist](https://packagist.org/packages/syeedalireza/service-mesh-bundle)[ RSS](/packages/syeedalireza-service-mesh-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Service Mesh Bundle
===================

[](#service-mesh-bundle)

gRPC-based service mesh for Symfony microservices with service discovery, circuit breaker, and load balancing.

Features
--------

[](#features)

- gRPC client/server integration
- Service discovery (Consul)
- Circuit breaker pattern
- Retry with exponential backoff
- Request timeout management
- Health check endpoints
- Load balancing strategies
- Service registry

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

[](#installation)

```
composer require syeedalireza/service-mesh-bundle
```

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

[](#configuration)

```
service_mesh:
    grpc:
        enabled: true
        port: 50051
    discovery:
        provider: consul
        consul:
            host: consul
            port: 8500
    resilience:
        circuit_breaker:
            threshold: 5
            timeout: 60
```

Usage
-----

[](#usage)

```
// Register service
$serviceRegistry->register('user-service', 'localhost:50051');

// Call remote service with circuit breaker
$response = $grpcClient->call('user-service', 'GetUser', $request);
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance54

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

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/05de5f56c8b265c6720d5a4593d499a06c5a32b7ed2b7c36e0ac73778f09a381?d=identicon)[syeedalireza](/maintainers/syeedalireza)

### Embed Badge

![Health badge](/badges/syeedalireza-service-mesh-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/syeedalireza-service-mesh-bundle/health.svg)](https://phpackages.com/packages/syeedalireza-service-mesh-bundle)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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