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

ActiveLibrary

elemenx/laravel-apollo
======================

Apollo agent for laravel.

0.1.18(4y ago)15.6k↓11.8%2MITPHP

Since Aug 15Pushed 4y agoCompare

[ Source](https://github.com/elemenx/laravel-apollo)[ Packagist](https://packagist.org/packages/elemenx/laravel-apollo)[ RSS](/packages/elemenx-laravel-apollo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (20)Used By (0)

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

[](#laravel-apollo-integration)

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

[](#installation)

Install the package via composer

```
composer require elemenx/laravel-apollo
```

Add serviceProvider

```
ElemenX\Apollo\Providers\ApolloServiceProvider::class
```

Add facade

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

Publish ServiceProvider

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

Edit .env

```
APOLLO_APPID=your app id
APOLLO_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

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 56% 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 ~74 days

Recently: every ~116 days

Total

19

Last Release

1480d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

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

14.9k123.0M686](/packages/barryvdh-laravel-ide-helper)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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