PHPackages                             escolalms/webinar - 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. escolalms/webinar

ActivePackage

escolalms/webinar
=================

Escola Headless LMS Webinar

0.1.40(1mo ago)610.5k↓50%13MITPHPPHP &gt;=7.4

Since Feb 23Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/EscolaLMS/Webinar)[ Packagist](https://packagist.org/packages/escolalms/webinar)[ RSS](/packages/escolalms-webinar/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (26)Versions (68)Used By (3)

Webinar
=======

[](#webinar)

Package enabling live video stream

[![swagger](https://camo.githubusercontent.com/bf46f50926ef796b1bb0b6e41af746af52ff3aacdffb0533450f3b614a7334a2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63756d656e746174696f6e2d737761676765722d677265656e)](https://escolalms.github.io/Webinar/)[![codecov](https://camo.githubusercontent.com/843ebde81f985946fc13a82838477f07c2ff95f1029c5cdad60db32a522cf33f/68747470733a2f2f636f6465636f762e696f2f67682f4573636f6c614c4d532f576562696e61722f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d4e52414e34523841475a)](https://codecov.io/gh/EscolaLMS/Webinar)[![phpunit](https://github.com/EscolaLMS/Webinar/actions/workflows/test.yml/badge.svg)](https://github.com/EscolaLMS/Webinar/actions/workflows/test.yml)[![downloads](https://camo.githubusercontent.com/c450f60f917adbe38f260669359df98701a04bb1c8752e2de11aea947c0c824f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6573636f6c616c6d732f776562696e6172)](https://packagist.org/packages/escolalms/webinar)[![downloads](https://camo.githubusercontent.com/952c24a90e3349d5e2c737646557ce13c1bc8e6eceeff8105c67c86193769bd4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6573636f6c616c6d732f776562696e6172)](https://packagist.org/packages/escolalms/webinar)[![downloads](https://camo.githubusercontent.com/b3f054ab96e878ea7994bd7ec28edd0502df2690e6ba22d7472f166893dbe5c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6573636f6c616c6d732f776562696e6172)](https://packagist.org/packages/escolalms/webinar)[![Maintainability](https://camo.githubusercontent.com/a7a11bc808d5fc966372dd6a3df45e9e09ea7d864c9d376b55f0abbc15bbda30/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f30633965323539336662333065323034386639352f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/EscolaLMS/Webinar/maintainability)

What does it do
---------------

[](#what-does-it-do)

This package is used for creating Webinar for EscolaLms.

Installing
----------

[](#installing)

- `composer require escolalms/webinar`
- `php artisan migrate`
- `php artisan db:seed --class="EscolaLms\Webinar\Database\Seeders\WebinarsPermissionSeeder"`
- Integration with [Youtube](https://github.com/EscolaLMS/Youtube)

Schedule
--------

[](#schedule)

- In App\\Console\\Kernel to method schedule add
    - `$schedule->job(new ReminderAboutWebinarJob(WebinarTermReminderStatusEnum::REMINDED_HOUR_BEFORE))->everyFiveMinutes()` - reminder about to webinar before one hour, executed every 5 minutes
    - `$schedule->job(new ReminderAboutWebinarJob(WebinarTermReminderStatusEnum::REMINDED_DAY_BEFORE))->everySixHours();` - reminder about to webinar before one day, executed every 6 hours

Endpoints
---------

[](#endpoints)

All the endpoints are defined in [![swagger](https://camo.githubusercontent.com/bf46f50926ef796b1bb0b6e41af746af52ff3aacdffb0533450f3b614a7334a2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63756d656e746174696f6e2d737761676765722d677265656e)](https://escolalms.github.io/Webinar/)

Tests
-----

[](#tests)

Run `./vendor/bin/phpunit --filter=Webinar` to run tests. See [tests](tests) folder as it's quite good staring point as documentation appendix.

Test details [![codecov](https://camo.githubusercontent.com/843ebde81f985946fc13a82838477f07c2ff95f1029c5cdad60db32a522cf33f/68747470733a2f2f636f6465636f762e696f2f67682f4573636f6c614c4d532f576562696e61722f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d4e52414e34523841475a)](https://codecov.io/gh/EscolaLMS/Webinar) [![phpunit](https://github.com/EscolaLMS/Webinar/actions/workflows/test.yml/badge.svg)](https://github.com/EscolaLMS/Webinar/actions/workflows/test.yml)

Events
------

[](#events)

- `EscolaLms\Webinar\Events\ReminderAboutTerm` =&gt; Event is dispatched after execute cron job `EscolaLms\Webinar\Jobs\ReminderAboutWebinarJob`, Event is dispatched when deadline for purchased webinars before 1 hours and 1 day
- `EscolaLms\Webinar\Events\WebinarTrainerAssigned` =&gt; Event is dispatched after assigned trainer to webinar
- `EscolaLms\Webinar\Events\WebinarTrainerUnassigned` =&gt; Event is dispatched after unassigned trainer from webinar

Listeners
---------

[](#listeners)

- `EscolaLms\Webinar\Listeners\ReminderAboutTermListener` =&gt; Listener execute a method that singed the status in the webinar reminder

How does this work on frontend.
-------------------------------

[](#how-does-this-work-on-frontend)

 ```
sequenceDiagram

    box Embeed in Web App
    participant Jisti
    actor Tutor
    participant Youtube
    participant Web App
    actor Student
    end

    box Administration
    participant Admin Panel
    actor Admin
    end

    Admin->>Admin Panel: Creates a webinar instance
    Student->>Web App: Get access to webinar (eg. buys)
    Tutor->>Web App: (on the day of the event) Broadcast
    Web App->>Jisti: Broadcast with Jitsu GUI
    Jisti->>Youtube: Broadcast to public
    Youtube->>Web App: forward for public
    Student->>Web App: Watches webinar with YT GUI

```

      Loading Permissions
-----------

[](#permissions)

Permissions are defined in [seeder](vendor/escolalms/webinar/database/seeders/WebinarsPermissionSeeder.php)

Database relation
-----------------

[](#database-relation)

1. `Trainers` Webinar is related belongs to many with User
2. `Tags` Webinar model morph many to model tags
3. `Users` Webinar is related belongs to many with User which bought webinar

```
Webinar 1 -> n User
Webinar 1 -> n Tags
Webinar 1 -> n User

```

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance82

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.9% 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 ~23 days

Recently: every ~133 days

Total

65

Last Release

54d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c857f3115c790c573d0617d7e9ba4011269ef7b9dfdb003dc4388846a62b14f7?d=identicon)[qunabu](/maintainers/qunabu)

---

Top Contributors

[![HerbertIV](https://avatars.githubusercontent.com/u/62691459?v=4)](https://github.com/HerbertIV "HerbertIV (52 commits)")[![daVitekPL](https://avatars.githubusercontent.com/u/58150098?v=4)](https://github.com/daVitekPL "daVitekPL (11 commits)")[![mako321](https://avatars.githubusercontent.com/u/59456825?v=4)](https://github.com/mako321 "mako321 (9 commits)")[![qunabu](https://avatars.githubusercontent.com/u/214608?v=4)](https://github.com/qunabu "qunabu (4 commits)")[![pa-cholek](https://avatars.githubusercontent.com/u/5345420?v=4)](https://github.com/pa-cholek "pa-cholek (3 commits)")[![KrzysztofDziedziechEscolasoft](https://avatars.githubusercontent.com/u/96292232?v=4)](https://github.com/KrzysztofDziedziechEscolasoft "KrzysztofDziedziechEscolasoft (2 commits)")[![dicani0](https://avatars.githubusercontent.com/u/58490533?v=4)](https://github.com/dicani0 "dicani0 (2 commits)")[![ArtKob](https://avatars.githubusercontent.com/u/108077902?v=4)](https://github.com/ArtKob "ArtKob (1 commits)")

---

Tags

headlessjitsilaravellmsyoutube

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/escolalms-webinar/health.svg)

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

###  Alternatives

[escolalms/headless-h5p

Headless H5P Laravel REST API

2732.6k8](/packages/escolalms-headless-h5p)

PHPackages © 2026

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