PHPackages                             lackhurt/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lackhurt/laravel-apollo

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lackhurt/laravel-apollo
=======================

Apollo agent for laravel.

0.1.6(6y ago)155.1k8[2 issues](https://github.com/lackhurt/laravel-apollo/issues)MITPHP

Since Aug 15Pushed 6y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (8)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

32

—

LowBetter than 72% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.4% 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 ~46 days

Recently: every ~56 days

Total

7

Last Release

2546d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d49b164c6fa80c7e946ea29dcb2f2a3b8f26a6c45250f06a13ea0cc6b3ca7ba4?d=identicon)[lackhurt](/maintainers/lackhurt)

---

Top Contributors

[![lackhurt](https://avatars.githubusercontent.com/u/1578770?v=4)](https://github.com/lackhurt "lackhurt (14 commits)")[![whistlesun](https://avatars.githubusercontent.com/u/1300426?v=4)](https://github.com/whistlesun "whistlesun (2 commits)")[![RemoteOnly](https://avatars.githubusercontent.com/u/10670160?v=4)](https://github.com/RemoteOnly "RemoteOnly (1 commits)")

---

Tags

apollolaravel

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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