PHPackages                             personali/laravel-consul - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. personali/laravel-consul

ActiveLibrary[HTTP &amp; Networking](/categories/http)

personali/laravel-consul
========================

An optional laravel 5 package for querying consul agents

0.0.3(10y ago)122.9k2[1 issues](https://github.com/personali/laravel-consul/issues)MITPHP

Since Jun 15Pushed 10y ago3 watchersCompare

[ Source](https://github.com/personali/laravel-consul)[ Packagist](https://packagist.org/packages/personali/laravel-consul)[ RSS](/packages/personali-laravel-consul/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Consul Client for laravel
=========================

[](#consul-client-for-laravel)

Quickstart
----------

[](#quickstart)

```
composer require personali/laravel-consul

```

Add to `providers` in `config/app.php`:

```
Personali\LaravelConsul\ConsulServiceProvider::class,

```

Add to `aliases` in `config/app.php`:

```
'Consul' => Personali\LaravelConsul\ConsulFacade::class,

```

To your `.env` add these variables and set them to your liking:

```
CONSUL_AGENT_HOST=localhost
CONSUL_AGENT_PORT=8500

```

Copy config/consul.php to your config folder/

Usage
-----

[](#usage)

Currently supports only the retrieving of healthy instances:

```
Consul::getHealthClient()->getHealthyServicesInstances('name-of-service')

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

3667d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5801648?v=4)[Personali](/maintainers/personali)[@personali](https://github.com/personali)

---

Top Contributors

[![amirbilu](https://avatars.githubusercontent.com/u/7681048?v=4)](https://github.com/amirbilu "amirbilu (14 commits)")

### Embed Badge

![Health badge](/badges/personali-laravel-consul/health.svg)

```
[![Health](https://phpackages.com/badges/personali-laravel-consul/health.svg)](https://phpackages.com/packages/personali-laravel-consul)
```

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k18.5M59](/packages/spatie-crawler)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M188](/packages/guzzlehttp-guzzle-services)[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.7M18](/packages/xeroapi-xero-php-oauth2)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34216.9k2](/packages/onesignal-onesignal-php-api)

PHPackages © 2026

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