PHPackages                             suvera/winter-eureka - 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. suvera/winter-eureka

ActiveLibrary

suvera/winter-eureka
====================

Winter eureka is a Service Discovery module

20PHP

Since Aug 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/suvera/winter-eureka)[ Packagist](https://packagist.org/packages/suvera/winter-eureka)[ RSS](/packages/suvera-winter-eureka/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

WinterBoot Module - Eureka
==========================

[](#winterboot-module---eureka)

Winter Eureka is a module that provides easy configuration and access to Service Discovery functionality from [WinterBoot](https://github.com/suvera/winter-boot) applications.

### Service Discovery tools:

[](#service-discovery-tools)

- [Consul.io](https://www.consul.io/use-cases/service-discovery-and-health-checking)
- [Netflix Eureka](https://github.com/Netflix/eureka)

Setup
-----

[](#setup)

1. This requires `swoole` php extension

```
composer require suvera/winter-eureka
```

To enable Eureka module in applications, append following code to **application.yml**

```
modules:
    - module: dev\winterframework\eureka\EurekaModule
      enabled: true
      configFile: eureka-config.yml
```

**configFile** is a file path (relative to config dir or absolute path)

eureka-config.yml
-----------------

[](#eureka-configyml)

```
# Consul.io
consul:
    -   name: consulBean01
        serviceUrl: http://127.0.0.1:8500
        authType: Basic
        credentials:
        credentialFile:
        dataCenter:
        waitTimeSecs:
        consulToken:
        consulTokenFile:
        ignoreSsl:
        caFile:
        certFile:
        keyFile:

# Netflix Eureka
eureka:
    -   name: netflixBean01
        serviceUrl: http://localhost:8761/eureka
        authType: Basic
        credentials:
        credentialFile:
        ignoreSsl:

# End
```

Service/Client beans can be Autowired.

```
#[Autowired('consulBean01')]
protected DiscoveryClient $discoveryClient;

#[Autowired('netflixBean01')]
protected EurekaClient $eurekaClient;
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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/dd0d45481a96c237498933de2904bc7cb1bc00ffab86248795f1e0ad704ee769?d=identicon)[suvera](/maintainers/suvera)

---

Top Contributors

[![suvera](https://avatars.githubusercontent.com/u/3530406?v=4)](https://github.com/suvera "suvera (2 commits)")

### Embed Badge

![Health badge](/badges/suvera-winter-eureka/health.svg)

```
[![Health](https://phpackages.com/badges/suvera-winter-eureka/health.svg)](https://phpackages.com/packages/suvera-winter-eureka)
```

PHPackages © 2026

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