PHPackages                             codenidus/video-conference - 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. codenidus/video-conference

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

codenidus/video-conference
==========================

Video Conference laravel/vue package

1.0.12(1y ago)050MITPHPPHP ^7.0|^8.0

Since Oct 7Pushed 1y ago2 watchersCompare

[ Source](https://github.com/CodeNidus/video-conference)[ Packagist](https://packagist.org/packages/codenidus/video-conference)[ Docs](https://github.com/CodeNidus/video-conference)[ RSS](/packages/codenidus-video-conference/feed)WikiDiscussions main Synced 1mo ago

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

Video Conference
================

[](#video-conference)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d51b8b142182faf32e60207ab3f9115d09e5f2df5dd34d79c58c6fc6d4dd8441/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656e696475732f766964656f2d636f6e666572656e63652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codenidus/video-conference)[![Total Downloads](https://camo.githubusercontent.com/e15b174b8cd02e5f8b0de5245cfc47517b06da9ddaebee1c4512d4146136afa5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64656e696475732f766964656f2d636f6e666572656e63652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codenidus/video-conference)

CodeNidus video conference laravel/vue package

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

[](#installation)

Via Composer

```
composer require codenidus/video-conference
```

Install Laravel package

```
php artisan videoconference:install
```

Install NPM packages

```
npm install cnidus-videoconference-vue
```

Usage
-----

[](#usage)

#### Set laravel project .env variables

[](#set-laravel-project-env-variables)

```
# WEBRTC CONFIGS
MIX_WEBRTC_TOKEN_URL="/api/videoconference/userToken"
MIX_WEBRTC_THEME="Default"

VIDEOCONFERENCE_APP_ID="Project id"
VIDEOCONFERENCE_APP_SECRET="App Secret Token"

```

#### Add vue loader to webpack

[](#add-vue-loader-to-webpack)

Editing the webpack.mix.js config file and add this lines for load vue and mp3 files

```
 mix.webpackConfig({
  module: {
    rules: [
      {
        test: /\.mp3$/,
        use: [
          {
            loader: 'file-loader'
          }
        ],
      },
    ],
  },
});

mix.js('resources/js/app.js', 'public/js').vue()

```

#### Modify in vue project

[](#modify-in-vue-project)

Editing the app.js file and add this lines for provide webrtc to project children components

```
import { VideoConferenceCreator } from "cnidus-videoconference-vue"

const videoconference = VideoConferenceCreator()

app.use(videoconference)

```

Add webrtc vue components in project

```

```

Store user login token in local storage on specific key name

```
localStorage.setItem('cnidus.videoconference.laravel.token', 'user-token')

```

Demo
----

[](#demo)

[https://www.codenidus.com/projects/video-meeting](https://codenidus.com/projects/video-meeting)

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [CodeNidus](https://www.codenidus.com)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance45

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

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 ~164 days

Total

2

Last Release

424d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e59e43a86c3350bfaa6d71d838e16ea64e4dbabae199dc90d48f187283f2437?d=identicon)[codenidus](/maintainers/codenidus)

---

Top Contributors

[![melantinomalo](https://avatars.githubusercontent.com/u/58802968?v=4)](https://github.com/melantinomalo "melantinomalo (18 commits)")

---

Tags

laravelvuevideoconference

### Embed Badge

![Health badge](/badges/codenidus-video-conference/health.svg)

```
[![Health](https://phpackages.com/badges/codenidus-video-conference/health.svg)](https://phpackages.com/packages/codenidus-video-conference)
```

###  Alternatives

[cretueusebiu/laravel-vue-spa

A Laravel-Vue SPA starter project template.

3.0k18.8k](/packages/cretueusebiu-laravel-vue-spa)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)

PHPackages © 2026

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