PHPackages                             fubber/comet - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. fubber/comet

ActiveLibrary[HTTP &amp; Networking](/categories/http)

fubber/comet
============

An event based long-polling comet server build using asynchronous PHP with React

010[1 issues](https://github.com/frodeborli/fubber-comet/issues)PHP

Since Feb 8Pushed 11y ago1 watchersCompare

[ Source](https://github.com/frodeborli/fubber-comet)[ Packagist](https://packagist.org/packages/fubber/comet)[ RSS](/packages/fubber-comet/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

fubber-comet
============

[](#fubber-comet)

A simple to use comet (long-polling) server, serving old-school json and jsonp.

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

[](#installation)

### Using composer to install

[](#using-composer-to-install)

1. Download and install composer (skip this step if you have already done this)

    `curl -sS https://getcomposer.org/installer | php`
2. Add Fubber Comet as a dependency to your project

    `./composer.phar require fubber/comet:dev-master`
3. Configure Fubber Comet (read below)
4. Start Fubber Comet

    `./vendor/bin/fubber-reactor`

### Configuration

[](#configuration)

Create a fubber-reactor.json file in your project root. Add a fubber-comet section where you configure fubber comet according to the following json scheme (pay attention to the database section and http section (put in your own values):

```
```json

```

{ "apps": { "\\Fubber\\Comet\\Server": { "database": "master" } }, "database": { "master": { "dsn": "mysql:host=localhost;dbname=databasename", "user": "databaseuser", "password": "databasepassword" } }, "http": { "host": "example.com", "port": 80 } } ```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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/8822e0a14ce04a8f711d4ea933ea90aa005d9ee14827f05feac572c5601fb840?d=identicon)[frodeborli](/maintainers/frodeborli)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/fubber-comet/health.svg)

```
[![Health](https://phpackages.com/badges/fubber-comet/health.svg)](https://phpackages.com/packages/fubber-comet)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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