PHPackages                             mateo/rtch - 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. [Framework](/categories/framework)
4. /
5. mateo/rtch

ActivePackage[Framework](/categories/framework)

mateo/rtch
==========

Real Time CHAT Laravel/Pusher

v1.0.8(1y ago)021MITCSSPHP ^8.0

Since Oct 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mateodemirlika/rtch)[ Packagist](https://packagist.org/packages/mateo/rtch)[ RSS](/packages/mateo-rtch/feed)WikiDiscussions main Synced 1mo ago

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

RTCH - Real Time CHAT
=====================

[](#rtch---real-time-chat)

.env
----

[](#env)

```
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=
```

Register provider
-----------------

[](#register-provider)

- Open your project

```
cd config/app.php
```

- register provider below in 'providers' section

```
Mateo\Rtch\ChatServiceProvider::class
```

### publish routes &amp; views

[](#publish-routes--views)

```
php artisan vendor:publish --tag=views
php artisan vendor:publish --tag=routes
php artisan vendor:publish --tag=controllers
php artisan vendor:publish --tag=events
php artisan vendor:publish --tag=resources
```

### Routes web.php

[](#routes-webphp)

```
Route::get('/rtch',[PusherController::class,'index'])->name('rtch');
Route::post('/rtch/broadcast',[PusherController::class,'broadcast'])->name('rtch.broadcast');
Route::post('/rtch/receive',[PusherController::class,'receive'])->name('rtch.receive');
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

575d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/661ceb173755628803c18b4712677604932526416c0f70ed984506c703aaf456?d=identicon)[Mateo Demirlika](/maintainers/Mateo%20Demirlika)

---

Top Contributors

[![mateodemirlika](https://avatars.githubusercontent.com/u/75898421?v=4)](https://github.com/mateodemirlika "mateodemirlika (12 commits)")

### Embed Badge

![Health badge](/badges/mateo-rtch/health.svg)

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

###  Alternatives

[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)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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