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

ActiveLibrary

farhatabbas/laravel-faye
========================

Laravel package to easily interact with Faye server.

v0.1.0(9y ago)09MITPHPPHP &gt;=5.6.25

Since Aug 31Pushed 9y ago1 watchersCompare

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

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

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

[](#installation)

Begin by installing this package through Composer. Run this command from the Terminal:

```
composer require farhatabbas/laravel-faye
```

Laravel integration
-------------------

[](#laravel-integration)

To wire this up in your Laravel project, whether it's built in Laravel 5, you need to add the service provider. Open `config/app.php`, and add a new item to the providers array.

```
Farhatabbas\Faye\FayeServiceProvider::class,
```

There's a Facade class available for you, if you like. In your `app.php` config file add the following line to the `aliases` array if you want to use a short class name:

```
'Faye' => Farhatabbas\Faye\Facade\Faye::class,
```

In Laravel 5 you can publish the default config file to `config/faye.php` with the artisan command

```
php artisan vendor:publish
```

#### Facade

[](#facade)

First, include the `Facade` class at the top of your file:

```
use Farhatabbas\Faye\Facade\Faye;
```

#### Usage

[](#usage)

```
Route::get('/',function(){
   Faye::send("/channel", ['data'=>'Hello World!'], ['token'=>'123456789']);
});
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

3541d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ba61a993910c01dcf180999b4b93df8d901e0cef87a718f361ed8a6b89fd40f?d=identicon)[farhatabbas](/maintainers/farhatabbas)

---

Tags

laravelfaye

### Embed Badge

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

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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