PHPackages                             imagina/imeeting-module - 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. imagina/imeeting-module

ActiveAsgard-module

imagina/imeeting-module
=======================

v10.x-dev(2y ago)01002[1 PRs](https://github.com/imagina/imaginacms-imeeting/pulls)1MITPHPPHP ^8.1

Since Aug 11Pushed 2y ago3 watchersCompare

[ Source](https://github.com/imagina/imaginacms-imeeting)[ Packagist](https://packagist.org/packages/imagina/imeeting-module)[ RSS](/packages/imagina-imeeting-module/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (4)Used By (1)

imaginacms-imeeting (Provider Module)
=====================================

[](#imaginacms-imeeting-provider-module)

Install
-------

[](#install)

```
composer require imagina/imeeting-module=v8.x-dev
```

Enable the module
-----------------

[](#enable-the-module)

```
php artisan module:enable Imeeting
```

Migration
---------

[](#migration)

```
php artisan module:migration Imeeting
```

Providers
---------

[](#providers)

### Zoom (By Default)

[](#zoom-by-default)

#### Account and get configurations (App JWT)

[](#account-and-get-configurations-app-jwt)

Account: - Api Key - Api Secret

#### Add in env. file

[](#add-in-env-file)

```
- ZOOM_API_KEY
- ZOOM_API_SECRET

```

Meeting Service
---------------

[](#meeting-service)

### Params

[](#params)

```
Array meetingAttr (title,startTime,email, etc)
Array entityAttr (id,type)
String provider (optional)
Array providerConnections (optional) (apiKey,secretKey, etc)

```

### Example

[](#example)

```
// Example to create a meeting
// Zoom is Provider Defautl
	if(is_module_enabled('Imeeting')){

        // Meeting
        $dataToCreate['meetingAttr'] =[
            'title' => 'Reunion con Usuario - CitaId:'.$appointment->id,
            'startTime' => '27-08-2021 14:00:00',
             'email' => 'hostemail@email.com' //Host
        ];

        // Entity
        $dataToCreate['entityAttr'] =[
            'id' => $appointment->id,
            'type' => get_class($appointment),
        ];

        $meeting = app('Modules\Imeeting\Services\MeetingService')->create($dataToCreate);

	}
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity48

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

Total

2

Last Release

1008d ago

Major Versions

v8.x-dev → v10.x-dev2023-09-28

PHP version history (2 changes)v8.x-devPHP &gt;=7.0.0

v10.x-devPHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bc4bd5d733cfbe7e145670fbb1539bdb8d33f43c2cca4f26a119d37dfbad62f?d=identicon)[imagina](/maintainers/imagina)

---

Top Contributors

[![willvrd](https://avatars.githubusercontent.com/u/8865099?v=4)](https://github.com/willvrd "willvrd (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/imagina-imeeting-module/health.svg)

```
[![Health](https://phpackages.com/badges/imagina-imeeting-module/health.svg)](https://phpackages.com/packages/imagina-imeeting-module)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[october/rain

October Rain Library

1601.7M82](/packages/october-rain)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k16.4k75](/packages/elgg-elgg)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[rainlab/user-plugin

User plugin for October CMS

11955.0k15](/packages/rainlab-user-plugin)

PHPackages © 2026

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