PHPackages                             create-sites/imvk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. create-sites/imvk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

create-sites/imvk
=================

Real-time VK Messages for laravel 5 package

0.2.1(9y ago)09MITPHPPHP &gt;=5.6.4

Since Feb 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Create-Sites/IMVK)[ Packagist](https://packagist.org/packages/create-sites/imvk)[ RSS](/packages/create-sites-imvk/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

IMVK
====

[](#imvk)

[![Latest Stable Version](https://camo.githubusercontent.com/d2240dda473f31a2fcb4eb46fa4ee3d7687ba79780912e907e9513a698643100/68747470733a2f2f706f7365722e707567782e6f72672f6372656174652d73697465732f696d766b2f762f737461626c65)](https://packagist.org/packages/create-sites/imvk)[![Total Downloads](https://camo.githubusercontent.com/6741fcbf81d4bb432b7145588b7a78d51a5338303a9de2f9261f2307641b351b/68747470733a2f2f706f7365722e707567782e6f72672f6372656174652d73697465732f696d766b2f646f776e6c6f616473)](https://packagist.org/packages/create-sites/imvk)[![Latest Unstable Version](https://camo.githubusercontent.com/005ccd928201e4520a75857f6901582a1d2365b29ab756f6d41af106a4df01cd/68747470733a2f2f706f7365722e707567782e6f72672f6372656174652d73697465732f696d766b2f762f756e737461626c65)](https://packagist.org/packages/create-sites/imvk)[![License](https://camo.githubusercontent.com/de8e0f5042311abd02069e4a0a2e5a2fc34cf20455a63d99d991704f904a4793/68747470733a2f2f706f7365722e707567782e6f72672f6372656174652d73697465732f696d766b2f6c6963656e7365)](https://packagist.org/packages/create-sites/imvk)

Install
-------

[](#install)

Enter in your console this command:

```
composer require create-sites/imvk --dev
```

Next up, the service provider must be registered:

```
'providers' => [
    ...
    CreateSites\IMVK\IMVKServiceProvider::class,

];
```

And publish the config file:

```
php artisan vendor:publish --provider="CreateSites\IMVK\IMVKServiceProvider"
```

Register on the [pusher.com](https://pusher.com) and add this line on your `.env` file with your configurations:

```
PUSHER_APP_ID=your_pusher_id
PUSHER_KEY=your_pusher_key
PUSHER_SECRET=your_pusher_secret
PUSHER_CLUSTER=your_pusher_cluster
```

Run the console command:

```
php artisan migrate

```

Add in your `resources/assets/js/app.js` new component:

```
Vue.component('chat-messages', require('./components/ChatMessages.vue'));
```

and in your `resources/assets/js/bootstrap.js` import `pusher` package

```
import Pusher from 'pusher-js';
```

and install `pusher` package:

```
npm install pusher-js --save
```

after install `pusher` run command:
if laravel 5.3:

```
gulp

```

or if laravel 5.4 or later run:

```
npm run dev

```

Usage
-----

[](#usage)

View all messages:

```
All messages
```

and add button send message

```
Write message
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~0 days

Total

4

Last Release

3419d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12508982?v=4)[Ivan Bohonosiuk](/maintainers/IvanBohonosiuk)[@IvanBohonosiuk](https://github.com/IvanBohonosiuk)

---

Top Contributors

[![ibohonos](https://avatars.githubusercontent.com/u/33467684?v=4)](https://github.com/ibohonos "ibohonos (3 commits)")

### Embed Badge

![Health badge](/badges/create-sites-imvk/health.svg)

```
[![Health](https://phpackages.com/badges/create-sites-imvk/health.svg)](https://phpackages.com/packages/create-sites-imvk)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.4k](/packages/blair2004-nexopos)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29419.5k3](/packages/sebastienheyd-boilerplate)[flarum/pusher

See new discussions and posts in real-time using Pusher.

21384.3k4](/packages/flarum-pusher)

PHPackages © 2026

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