PHPackages                             arnislielturks/faye-client - 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. arnislielturks/faye-client

ActiveLibrary

arnislielturks/faye-client
==========================

Faye Client Service provider for laravel

0.16(9y ago)05831MITPHPPHP &gt;=5.4

Since Apr 24Pushed 9y agoCompare

[ Source](https://github.com/ArnisLielturks/faye-client)[ Packagist](https://packagist.org/packages/arnislielturks/faye-client)[ Docs](https://faye.jcoglan.com/)[ RSS](/packages/arnislielturks-faye-client/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)Dependencies (2)Versions (9)Used By (1)

faye-client
===========

[](#faye-client)

This is a wrapper for awesome  library. Intended for use in Laravel 5+ applications
----------------------------------------------------------------------------------------------------------------------------

[](#this-is-a-wrapper-for-awesome-httpsgithubcomnchauletfaye-client-library-intended-for-use-in-laravel-5-applications)

### Installation

[](#installation)

1. Install the package via composer:

```
composer require arnislielturks/faye-client
```

2. Register the provider in config/app.php

```
// 'providers' => [
   ArnisLielturks\FayeClient\FayeServiceProvider::class,
// ];
```

3. Add configuration file (config/faye.php) with the following content. This should point to the Faye service

```
return [
    'server' => 'http://127.0.0.1:8000',
    'token' => 'your-token-here'
];
```

4. Initialize and use the Faye client

```
namespace App\Http\Controllers;

use Illuminate\Http\Request;
use ArnisLielturks\FayeClient\FayeServiceInterface;

class TestController extends Controller
{
    protected $faye;

    public function __construct(FayeServiceInterface $faye)
    {
        $this->faye = $faye;
    }

    public function sendFayeMessage()
    {
        $this->faye->send('/test', ['message'=>'test'], ['token' => '123']);
    }
}
```

That's it!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Every ~0 days

Total

8

Last Release

3303d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7253dd59badc2b0e3086e44dc60e072a376650c30283853a849cc2ba342d1c2c?d=identicon)[ArnisLielturks](/maintainers/ArnisLielturks)

---

Top Contributors

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

---

Tags

laravelfayefaye-client

### Embed Badge

![Health badge](/badges/arnislielturks-faye-client/health.svg)

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

###  Alternatives

[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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