PHPackages                             istianxin/laravel-apollo - 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. [Framework](/categories/framework)
4. /
5. istianxin/laravel-apollo

ActiveLibrary[Framework](/categories/framework)

istianxin/laravel-apollo
========================

Laravel Apollo Agent

v1.1.4(6y ago)01.2kMITPHPPHP ^7.0CI failing

Since Feb 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/isTianXin/laravel-apollo)[ Packagist](https://packagist.org/packages/istianxin/laravel-apollo)[ RSS](/packages/istianxin-laravel-apollo/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (5)Versions (7)Used By (0)

Laravel Apollo
==============

[](#laravel-apollo)

Laravel Apollo Client

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

[](#installation)

Via composer

> composer require istianxin/laravel-apollo

Edit .env

```
APOLLO_CONFIG_SERVER=your_apollo_service_url
APOLLO_APP_ID=your_app_id
APOLLO_CLUSTER=default
APOLLO_CLIENT_IP=127.0.0.1
APOLLO_NAMESPACES=application,test
APOLLO_PULL_TIMEOUT=10
APOLLO_INTERVAL_TIMEOUT=72
APOLLO_CACHE_STORE=redis
APOLLO_CACHE_KEY_PREFIX=apollo_config

```

### Laravel 5.x

[](#laravel-5x)

Add provider

> IsTianXin\\Apollo\\ApolloServiceProvider::class

Publish

> php artisan vendor:publish --provider="IsTianXin\\Apollo\\ApolloServiceProvider"

### Laravel 6.x

[](#laravel-6x)

Publish

> php artisan vendor:publish --tag=apollo

QuickStart
----------

[](#quickstart)

Start as a daemon

> php artisan apollo:start

Get config

> app()-&gt;make(ApolloService::class)-&gt;getConfig($namespace,$key,$default);

Cache
-----

[](#cache)

Laravel apollo use laravel cache driver to store config. You can edit `APOLLO_CACHE_STORE` to change cache driver from redis(default) to another.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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 ~1 days

Total

5

Last Release

2260d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52024071?v=4)[tianxin](/maintainers/isTianXin)[@isTianXin](https://github.com/isTianXin)

---

Top Contributors

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

---

Tags

apollolaravel5laravel6

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/istianxin-laravel-apollo/health.svg)

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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