PHPackages                             staskjs/laravel-faye - 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. staskjs/laravel-faye

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

staskjs/laravel-faye
====================

Laravel package for faye

1.0.0(8y ago)0114PHP

Since May 30Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

Digitalquill Faye broadcaster for laravel
=========================================

[](#digitalquill-faye-broadcaster-for-laravel)

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

[](#installation)

```
composer require staskjs/laravel-faye

```

On laravel 5.5+ skip this point, but on lower versions register service provider in `config/app.php`:

```
Staskjs\LaravelFaye\LaravelFayeServiceProvider::class

```

Then register faye broadcasting service in `config/broadcasting.php`:

```
'connections' => [
    'faye' => [
        'driver' => 'faye',
    ],
],

```

In your `.env` file define url to api and api token:

```
FAYE_URL=http://localhost:3001
FAYE_SENDER_NAME=my-sender-name

```

Also in `.env` set default broadcast driver to `faye`:

```
BROADCAST_DRIVER=faye

```

Usage
=====

[](#usage)

Create events and use built-in broadcasting though events.

Sender name will be used as prefix to all channels. For example, in sender name is `my-sender-name` and channel is `/users`, then final channel will be `/my-sender-name/users`.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

2950d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1155633?v=4)[Stanislav Karpov](/maintainers/staskjs)[@staskjs](https://github.com/staskjs)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/staskjs-laravel-faye/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

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

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1523.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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