PHPackages                             roshandelpoor/laravel-eureka-discovery - 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. roshandelpoor/laravel-eureka-discovery

ActiveLibrary[API Development](/categories/api)

roshandelpoor/laravel-eureka-discovery
======================================

Register Laravel Applications in Eureka Server to register, deRegister, and discover

1172PHP

Since Dec 7Pushed 2y ago2 watchersCompare

[ Source](https://github.com/roshandelpoor/laravel-eureka-discovery)[ Packagist](https://packagist.org/packages/roshandelpoor/laravel-eureka-discovery)[ RSS](/packages/roshandelpoor-laravel-eureka-discovery/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Register Laravel In Eureka (Netflix Eureka Spring Cloud)
========================================================

[](#register-laravel-in-eureka-netflix-eureka-spring-cloud)

This Package is a library that interacts with the Eureka Server to register, deregister, and discover other services. ( Spring Boot - Eureka Server is an application that holds the information about all client-service applications. Every Micro service will register into the Eureka server and Eureka server knows all the client applications running on each port and IP address. Eureka Server is also known as Discovery Server.)

Installation
============

[](#installation)

You can install this package using \[Composer\]:

```
composer require "roshandelpoor/laravel-eureka-discovery":"dev-main"
```

For Laravel &lt;= 5.6 Add to your "providers" array in config/app.php this line:

```
roshandelpoor\Eureka\LaravelEureka\LaravelEurekaServiceProvider::class

```

Documentation
=============

[](#documentation)

SetUp And Use it
----------------

[](#setup-and-use-it)

```
Your environment should provide variables:
    APP_URL=http://127.0.0.1:8000
    EUREKA_URL=http://localhost:8761/myeureka

Finally :: enable [ php artisan schedule:work ]
    in your app that it is register your app in eureka every 60 second

enjoy it
```

Contributing
============

[](#contributing)

If you find any bugs or have suggestions for new features, feel free to open an issue or submit a pull request on GitHub.

License
=======

[](#license)

Super Tools is open-source software licensed under the MIT license.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity22

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

---

Top Contributors

[![roshandelpoor](https://avatars.githubusercontent.com/u/16964040?v=4)](https://github.com/roshandelpoor "roshandelpoor (15 commits)")

### Embed Badge

![Health badge](/badges/roshandelpoor-laravel-eureka-discovery/health.svg)

```
[![Health](https://phpackages.com/badges/roshandelpoor-laravel-eureka-discovery/health.svg)](https://phpackages.com/packages/roshandelpoor-laravel-eureka-discovery)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)[pixelant/pxa-social-feed

Add Facebook, Instagram, and Twitter feeds to your site.

2349.3k](/packages/pixelant-pxa-social-feed)

PHPackages © 2026

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