PHPackages                             diky22rp/chatifyarjuna - 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. diky22rp/chatifyarjuna

ActiveLibrary

diky22rp/chatifyarjuna
======================

A package for Laravel PHP Framework to add a complete real-time chat system. Custom package from chatify (munafio/chatify/) for Internal Company

v1.0(5y ago)012MITJavaScript

Since Sep 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/diky22rp/ChatifyArjuna)[ Packagist](https://packagist.org/packages/diky22rp/chatifyarjuna)[ RSS](/packages/diky22rp-chatifyarjuna/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

ChatifyArjuna Laravel Package
=============================

[](#chatifyarjuna-laravel-package)

A package for Laravel PHP Framework to add a complete real-time chat system. Custom package from chatify (munafio/chatify/) for Internal Company

Requirements:

- PHP &gt;=5.3.2.
- Laravel &gt;=5.4
- Pusher Api Account.

### Installation

[](#installation)

1. Install the package in your Laravel app

```
$ composer require diky22rp/ChatifyArjuna
```

2. Pusher Api Settings This package using Pusher Api, so you need to :

- Create account and modify .env file of your Laravel app with your api credentials.
- This package used a Pusher client events, and client events must be enabled for the application. You can do this in the Settings tab for your app within the Channels dashboard.

3. Publishing Assets Packages' assets to be published : The Important assets:

- config
- assets
- migrations
- controllers
- views

to pusblish the assets, do the following command line with changing the tag value .. that means after --tag= write chatify- + asset name as mentioned above. Example :

```
$ php artisan vendor:publish --tag=chatify-config
```

- NOTE: Publishing assets means (e.g. config) that creating a copy of the package's config file into the config folder of your Laravel applications and like so with the other asstes (Package's Views, controllers, migrations ...).

4. Migrate the new migrations that added by the previous step

```
$ php artisan migrate
```

note : add field "OnlineStatus" on table user login

5. Storage Symlink

```
$ php artisan storage:link
```

### Custom Package from

[](#custom-package-from-httpsgithubcommunafiochatify)

- Thank u for munafio

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2047d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13947224?v=4)[Diky Rizki Pratama](/maintainers/diky22rp)[@diky22rp](https://github.com/diky22rp)

---

Top Contributors

[![diky22rp](https://avatars.githubusercontent.com/u/13947224?v=4)](https://github.com/diky22rp "diky22rp (2 commits)")

### Embed Badge

![Health badge](/badges/diky22rp-chatifyarjuna/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[laravel/reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.

1.5k9.4M48](/packages/laravel-reverb)[munafio/chatify

A package for Laravel PHP Framework to add a complete real-time chat system.

2.4k441.9k2](/packages/munafio-chatify)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[nahid/talk

Talk is a Laravel based realtime messaging, chatting and conversation system. It helps to develop users messaging, chatting and conversations in easy way.

1.6k58.1k4](/packages/nahid-talk)[pusher/pusher-http-laravel

\[DEPRECATED\] A Pusher bridge for Laravel

400509.0k3](/packages/pusher-pusher-http-laravel)

PHPackages © 2026

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