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

ActiveLibrary

kodeks/laravel-faye
===================

08011PHP

Since Jan 25Pushed 9y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-faye
============

[](#laravel-faye)

> Laravel клиент для отправки моментальных сообщений с помощью [Faye](http://faye.jcoglan.com/)

Установка
---------

[](#установка)

```
  composer require kodeks/laravel-faye

```

Далее нужно добавить сервис провайдер в config/app.php

```
  'Kodeks\LaravelFaye\LaravelFayeServiceProvider',

```

\##Использование

Необходимо установить коннект (например в global.php):

```
Faye::connect(Config::get('faye.server'));

```

Дальше где угодно:

```
Faye::send('/test', 'Hi!');

```

> Третим параметром можно передать ext

> Если нужно получить ошибки можно использовать метод Faye::getLastError()

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![rayout](https://avatars.githubusercontent.com/u/2248162?v=4)](https://github.com/rayout "rayout (6 commits)")

### Embed Badge

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

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

PHPackages © 2026

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