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 1w 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 51% 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

2995d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[civicrm/civicrm-core

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

762297.9k51](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

65147.9k151](/packages/oat-sa-tao-core)

PHPackages © 2026

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