PHPackages                             kechujian/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. kechujian/laravel-apollo

ActiveLibrary

kechujian/laravel-apollo
========================

Apollo agent for laravel.

010PHP

Since Jan 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kechujian/laravel-apollo)[ Packagist](https://packagist.org/packages/kechujian/laravel-apollo)[ RSS](/packages/kechujian-laravel-apollo/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Apollo integration.
===========================

[](#laravel-apollo-integration)

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

[](#installation)

Install the package via composer

```
composer require lackhurt/laravel-apollo
```

Add serviceProvider

```
Lackhurt\Apollo\Providers\ApolloServiceProvider::class
```

Add facade

```
'Apollo' => Lackhurt\Apollo\Facades\Apollo::class
```

Publish ServiceProvider

```
php artisan vendor:publish --provider="Lackhurt\Apollo\Providers\ApolloServiceProvider"
```

Edit .env

```
APP_ID=your app id
CLUSTER=default
APOLLO_NAMESPACES="application, common_ns, others"
APOLLO_CONFIG_SERVER=http://apollometa:8090
```

Start agent as a daemon

```
php artisan apollo.start-agent
```

License
-------

[](#license)

laravel-apollo is free software distributed under the terms of the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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