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 1mo ago

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 14% 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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78026.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48347.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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